Commit 5f890452 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-22230 fix failing test

followup for 5bb31bc8
parent 2fe3e033
......@@ -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
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment