mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
Complete the merge of magne.mahre@oracle.com-20101102115354-vxcaxminmzglzalk (WL#5185 Remove deprecated 5.1 features)
19 lines
396 B
Plaintext
19 lines
396 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 variables like 'sql_mode';
|
|
|
|
select @@character_set_server;
|
|
show variables like 'character_set_system';
|
|
|
|
show variables like 'general_log';
|
|
|
|
show variables like 'new';
|
|
|
|
show variables like 'log_warnings';
|