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:
@ -1,3 +1,4 @@
|
||||
# restart
|
||||
drop table if exists test.marker;
|
||||
create table test.marker(a int);
|
||||
update performance_schema.setup_consumers set enabled='NO';
|
||||
|
Reference in New Issue
Block a user