mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Write information about restart in .result
Idea comes from MySQL which does something similar
This commit is contained in:
@ -6,6 +6,7 @@ SET DEBUG_SYNC='before_rename_table_commit SIGNAL renamed WAIT_FOR ever';
|
||||
RENAME TABLE t1 TO t2;
|
||||
connection default;
|
||||
SET DEBUG_SYNC='now WAIT_FOR renamed';
|
||||
# restart
|
||||
disconnect con1;
|
||||
SELECT * FROM t1;
|
||||
a b c d
|
||||
|
Reference in New Issue
Block a user