Skip to content

Commit

Permalink
Update information schema format and directory (#3413)
Browse files Browse the repository at this point in the history
* Update information schema format and directory

* Update a link
  • Loading branch information
lilin90 authored Jul 24, 2020
1 parent 4fdedc3 commit 0297b96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,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)
Expand Down
2 changes: 1 addition & 1 deletion faq/deploy-and-maintain-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
File renamed without changes.

0 comments on commit 0297b96

Please sign in to comment.