Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@
+ [视图](/views.md) @徐怀宇
+ [分区表](/partitioned-table.md) @毛康力
+ [字符集和排序规则](/character-set-and-collation.md) @黄文俊
+ [索引](/tidb-index.md) @冯立元
+ 系统表 @陈霜
+ [`mysql`](/system-tables/system-table-overview.md)
+ [`information_schema`](/system-tables/system-table-information-schema.md)
Expand Down
2 changes: 2 additions & 0 deletions sql-statements/sql-statement-add-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ EXPLAIN SELECT * FROM t1 WHERE c1 = 3;

## 另请参阅

* [索引的选择](/index-choose.md)
* [错误索引的解决方案](/wrong-index-solution.md)
* [CREATE INDEX](/sql-statements/sql-statement-create-index.md)
* [DROP INDEX](/sql-statements/sql-statement-drop-index.md)
* [RENAME INDEX](/sql-statements/sql-statement-rename-index.md)
Expand Down
2 changes: 2 additions & 0 deletions sql-statements/sql-statement-create-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ CREATE UNIQUE INDEX c1 ON t1 (c1) INVISIBLE;

## 另请参阅

* [索引的选择](/index-choose.md)
* [错误索引的解决方案](/wrong-index-solution.md)
* [ADD INDEX](/sql-statements/sql-statement-add-index.md)
* [DROP INDEX](/sql-statements/sql-statement-drop-index.md)
* [RENAME INDEX](/sql-statements/sql-statement-rename-index.md)
Expand Down
Empty file removed tidb-index.md
Empty file.