Skip to content

Commit 2576c1f

Browse files
authored
Update sql-statement-add-index.md (#5615)
1 parent 796b28f commit 2576c1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql-statements/sql-statement-add-index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ mysql> EXPLAIN SELECT * FROM t1 WHERE c1 = 3;
121121
## MySQL compatibility
122122

123123
* `FULLTEXT`, `HASH` and `SPATIAL` indexes are not supported.
124-
* `VISIBLE/INVISIBLE` index is not supported (currently only the master branch actually supports this feature).
125124
* Descending indexes are not supported (similar to MySQL 5.7).
126125
* Adding multiple indexes at the same time is currently not supported.
127126
* Adding the primary key of the `CLUSTERED` type to a table is not supported. For more details about the primary key of the `CLUSTERED` type, refer to [clustered index](/clustered-indexes.md).

0 commit comments

Comments
 (0)