MDEV-22230 fix failing test

followup for 5bb31bc88273
This commit is contained in:
Sergei Golubchik 2023-11-30 13:56:26 +01:00
parent 2fe3e033e6
commit 5f89045221
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ alter short drop default,
DROP INDEX utiny,
DROP INDEX ushort,
DROP PRIMARY KEY,
DROP FOREIGN KEY any_name,
DROP KEY any_name,
ADD INDEX (auto);
LOCK TABLES t1 WRITE;
ALTER TABLE t1

View File

@ -79,7 +79,7 @@ alter short drop default,
DROP INDEX utiny,
DROP INDEX ushort,
DROP PRIMARY KEY,
DROP FOREIGN KEY any_name,
DROP KEY any_name,
ADD INDEX (auto);
LOCK TABLES t1 WRITE;