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:
@ -1,2 +1,4 @@
|
||||
# restart
|
||||
create table t1 (a int);
|
||||
# restart
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user