mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
local merge
This commit is contained in:
2
mysql-test/suite/perfschema/r/bad_option_3.result
Normal file
2
mysql-test/suite/perfschema/r/bad_option_3.result
Normal file
@ -0,0 +1,2 @@
|
||||
Found: unknown option '-x'
|
||||
Found: Aborting
|
2
mysql-test/suite/perfschema/r/bad_option_4.result
Normal file
2
mysql-test/suite/perfschema/r/bad_option_4.result
Normal file
@ -0,0 +1,2 @@
|
||||
Found: Can't change dir to.*bad_option_h_param
|
||||
Found: Aborting
|
2
mysql-test/suite/perfschema/r/bad_option_5.result
Normal file
2
mysql-test/suite/perfschema/r/bad_option_5.result
Normal file
@ -0,0 +1,2 @@
|
||||
Found: unknown option '-X'
|
||||
Found: Aborting
|
27
mysql-test/suite/perfschema/r/short_option_1.result
Normal file
27
mysql-test/suite/perfschema/r/short_option_1.result
Normal file
@ -0,0 +1,27 @@
|
||||
select 'Ok, the server started' as result;
|
||||
result
|
||||
Ok, the server started
|
||||
select @@SQL_MODE;
|
||||
@@SQL_MODE
|
||||
REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI
|
||||
show variables like 'sql_mode';
|
||||
Variable_name Value
|
||||
sql_mode REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI
|
||||
select @@character_set_server;
|
||||
@@character_set_server
|
||||
utf8
|
||||
show variables like 'character_set_system';
|
||||
Variable_name Value
|
||||
character_set_system utf8
|
||||
show variables like 'log';
|
||||
Variable_name Value
|
||||
log ON
|
||||
show variables like 'general_log';
|
||||
Variable_name Value
|
||||
general_log ON
|
||||
show variables like 'new';
|
||||
Variable_name Value
|
||||
new ON
|
||||
show variables like 'log_warnings';
|
||||
Variable_name Value
|
||||
log_warnings 3
|
9
mysql-test/suite/perfschema/r/short_option_2.result
Normal file
9
mysql-test/suite/perfschema/r/short_option_2.result
Normal file
@ -0,0 +1,9 @@
|
||||
select 'Ok, the server started' as result;
|
||||
result
|
||||
Ok, the server started
|
||||
select @@SQL_MODE;
|
||||
@@SQL_MODE
|
||||
REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI
|
||||
select @@log_warnings;
|
||||
@@log_warnings
|
||||
5
|
Reference in New Issue
Block a user