From 98caa1e7c4fe1e107d97ffea2b61cc8b45d3f00a Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Fri, 24 Jul 2020 18:42:53 +0800 Subject: [PATCH] cherry pick #3413 to release-4.0 Signed-off-by: ti-srebot --- TOC.md | 4 ++-- faq/deploy-and-maintain-faq.md | 2 +- .../information-schema.md | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename information-schema.md => information-schema/information-schema.md (100%) diff --git a/TOC.md b/TOC.md index 2c607897128e4..113a446fc7ce8 100644 --- a/TOC.md +++ b/TOC.md @@ -380,8 +380,8 @@ + [Character Set and Collation](/character-set-and-collation.md) + System Tables + [`mysql`](/mysql-schema.md) - + `INFORMATION_SCHEMA` - + [Overview](/information-schema.md) + + INFORMATION_SCHEMA + + [Overview](/information-schema/information-schema.md) + [`ANALYZE_STATUS`](/information-schema/information-schema-analyze-status.md) + [`CHARACTER_SETS`](/information-schema/information-schema-character-sets.md) + [`CLUSTER_CONFIG`](/information-schema/information-schema-cluster-config.md) diff --git a/faq/deploy-and-maintain-faq.md b/faq/deploy-and-maintain-faq.md index f214a9f7860ec..c44758b0b1d01 100644 --- a/faq/deploy-and-maintain-faq.md +++ b/faq/deploy-and-maintain-faq.md @@ -353,7 +353,7 @@ No. Currently, TiDB only supports the distributed storage engine and the Golevel #### Can the `Information_schema` support more real information? -As part of MySQL compatibility, TiDB supports a number of `INFORMATION_SCHEMA` tables. Many of these tables also have a corresponding SHOW command. For more information, see [Information Schema](/information-schema.md). +As part of MySQL compatibility, TiDB supports a number of `INFORMATION_SCHEMA` tables. Many of these tables also have a corresponding SHOW command. For more information, see [Information Schema](/information-schema/information-schema.md). #### What's the explanation of the TiDB Backoff type scenario? diff --git a/information-schema.md b/information-schema/information-schema.md similarity index 100% rename from information-schema.md rename to information-schema/information-schema.md