MDEV-22230 fix failing test
followup for 5bb31bc88273
This commit is contained in:
parent
2fe3e033e6
commit
5f89045221
@ -145,7 +145,7 @@ alter short drop default,
|
|||||||
DROP INDEX utiny,
|
DROP INDEX utiny,
|
||||||
DROP INDEX ushort,
|
DROP INDEX ushort,
|
||||||
DROP PRIMARY KEY,
|
DROP PRIMARY KEY,
|
||||||
DROP FOREIGN KEY any_name,
|
DROP KEY any_name,
|
||||||
ADD INDEX (auto);
|
ADD INDEX (auto);
|
||||||
LOCK TABLES t1 WRITE;
|
LOCK TABLES t1 WRITE;
|
||||||
ALTER TABLE t1
|
ALTER TABLE t1
|
||||||
|
@ -79,7 +79,7 @@ alter short drop default,
|
|||||||
DROP INDEX utiny,
|
DROP INDEX utiny,
|
||||||
DROP INDEX ushort,
|
DROP INDEX ushort,
|
||||||
DROP PRIMARY KEY,
|
DROP PRIMARY KEY,
|
||||||
DROP FOREIGN KEY any_name,
|
DROP KEY any_name,
|
||||||
ADD INDEX (auto);
|
ADD INDEX (auto);
|
||||||
|
|
||||||
LOCK TABLES t1 WRITE;
|
LOCK TABLES t1 WRITE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user