21 lines
466 B
Plaintext

# Tests for PERFORMANCE_SCHEMA
# Check server start for short server start options
select 'Ok, the server started' as result;
# See the associated -master.opt file.
select @@SQL_MODE;
show global variables like 'sql_mode';
select @@character_set_server;
show global variables like 'character_set_system';
show global variables like 'log';
show global variables like 'general_log';
show global variables like 'new';
show global variables like 'log_warnings';