summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/short_option_1.test
blob: d18f14337a960ce0ff1e556c520c3c6056d23e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Work around MDEV-29508
--source include/not_valgrind.inc

# 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_warnings';