summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/short_option_1.test
blob: b94d16858672b5760d6fcd76ede8a77bb2d315a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 variables like 'sql_mode';

select @@character_set_server;
show variables like 'character_set_system';

show variables like 'log';
show variables like 'general_log';

show variables like 'new';

show variables like 'log_warnings';