mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-21360 save/restore debud_dbug instead of total reset at the end of the test
This commit is contained in:
@ -29,7 +29,7 @@ ALTER TABLE t2 drop index idx1;
|
||||
connection default;
|
||||
set DEBUG_SYNC= 'now SIGNAL fts_drop_index';
|
||||
connection con1;
|
||||
SET @@GLOBAL.debug_dbug = @saved_dbug;
|
||||
drop table t1, t2;
|
||||
connection default;
|
||||
set DEBUG_SYNC=RESET;
|
||||
SET @@GLOBAL.debug_dbug = @saved_dbug;
|
||||
|
Reference in New Issue
Block a user