1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/suite/perfschema/t/short_option_1.test
Sergei Golubchik 0ea717f51a P_S 5.7.28
2020-03-10 19:24:22 +01:00

19 lines
431 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 'general_log';
show global variables like 'new';
show global variables like 'log_warnings';