mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-7318: Fix a test case
This commit is contained in:
@@ -105,5 +105,5 @@ CREATE TABLE t (c1 INT, c2 INT, KEY i2 (c2)) ENGINE=INNODB;
|
||||
SET DEBUG_DBUG= '+d,ib_rename_index_fail1';
|
||||
ALTER TABLE t RENAME INDEX i2 to x, ALGORITHM=INPLACE;
|
||||
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
|
||||
SET DEBUG_DBUG= '-d,ib_rename_index_fail1';
|
||||
SET DEBUG_DBUG = @saved_debug_dbug;
|
||||
DROP TABLE t;
|
||||
|
Reference in New Issue
Block a user