mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +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 @@
|
||||
# Kill the server
|
||||
Found: unknown variable 'performance-schema-enabled=maybe'
|
||||
Found: Aborting
|
||||
# restart
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Kill the server
|
||||
FOUND 1 /ambiguous option '--performance-schema-max_=12'/ in bad_option_2.txt
|
||||
# restart
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Kill the server
|
||||
Found: unknown option '-x'
|
||||
Found: Aborting
|
||||
# restart
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Kill the server
|
||||
Found: Can't change dir to.*bad_option_h_param
|
||||
Found: Aborting
|
||||
# restart
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Kill the server
|
||||
Found: unknown option '-X'
|
||||
Found: Aborting
|
||||
# restart
|
||||
|
||||
@@ -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