mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Write information about restart in .result
Idea comes from MySQL which does something similar
This commit is contained in:
@ -19,4 +19,5 @@ COMMIT;
|
||||
disconnect purge_control;
|
||||
connection default;
|
||||
set global innodb_fast_shutdown = 0;
|
||||
# restart
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user