1
0
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:
Michael Widenius
2019-03-25 08:02:22 +02:00
committed by Monty
parent 6fd7a4b601
commit b5615eff0d
231 changed files with 537 additions and 45 deletions

View File

@@ -1,3 +1,4 @@
# Kill the server
Found: unknown variable 'performance-schema-enabled=maybe'
Found: Aborting
# restart

View File

@@ -1,2 +1,3 @@
# Kill the server
FOUND 1 /ambiguous option '--performance-schema-max_=12'/ in bad_option_2.txt
# restart

View File

@@ -1,3 +1,4 @@
# Kill the server
Found: unknown option '-x'
Found: Aborting
# restart

View File

@@ -1,3 +1,4 @@
# Kill the server
Found: Can't change dir to.*bad_option_h_param
Found: Aborting
# restart

View File

@@ -1,3 +1,4 @@
# Kill the server
Found: unknown option '-X'
Found: Aborting
# restart

View File

@@ -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';