Commit graph

3 commits

Author SHA1 Message Date
Marko Mäkelä
44fd2c4b24 Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
Sergei Petrunia
e0a6cfb38b MDEV-25078: ALTER INDEX is inconsistent with ADD/DROP/RENAME index
Support IF EXISTS in the command that alter index visibility:

  ALTER TABLE ALTER (KEY|INDEX) [IF EXISTS] index_name [NOT] IGNORED
2021-05-24 20:17:41 +03:00
Sergei Petrunia
c236f69d95 Rename IGNORED INDEX tests to match the SQL syntax
ignore_indexes -> ignored_index
ignore_indexes_innodb -> ignored_index_innodb
2021-03-17 13:45:45 +03:00
Renamed from mysql-test/main/ignore_indexes.result (Browse further)