Skip to content
Merged
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
2 changes: 1 addition & 1 deletion mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mysql> select _tidb_rowid, id from t;

- Add Index
+ 同一条 SQL 语句不支持创建多个索引。
+ 仅在语法在支持创建不同类刑的索引 (HASH/BTREE/RTREE),功能未实现。
+ 仅在语法在支持创建不同类型的索引 (HASH/BTREE/RTREE),功能未实现。
+ 支持 `VISIBLE`/`INVISIBLE` 索引选项,忽略其它索引选项。

- Add Column
Expand Down