mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -60,6 +60,7 @@ SET SESSION debug_dbug=@saved_debug_dbug;
|
||||
--echo # MDEV-25200 Index count mismatch due to aborted FULLTEXT INDEX
|
||||
--echo #
|
||||
CREATE TABLE t1(a INT, b TEXT, c TEXT, FULLTEXT INDEX(b)) ENGINE=InnoDB;
|
||||
INSERT INTO t1 VALUES(1, "test", "test_1");
|
||||
connect(con1,localhost,root,,test);
|
||||
SET DEBUG_DBUG="+d,innodb_OOM_inplace_alter";
|
||||
SET DEBUG_SYNC='innodb_commit_inplace_alter_table_enter SIGNAL s2 WAIT_FOR g2';
|
||||
|
Reference in New Issue
Block a user