Skip to content

Commit

Permalink
MDEV-22230 fix failing test
Browse files Browse the repository at this point in the history
followup for 5bb31bc
  • Loading branch information
vuvova committed Nov 30, 2023
1 parent 2fe3e03 commit 5f89045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/tokudb/mysql-test/tokudb/r/type_ranges.result
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion storage/tokudb/mysql-test/tokudb/t/type_ranges.test
Expand Up @@ -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;
Expand Down

0 comments on commit 5f89045

Please sign in to comment.