mirror of
https://github.com/MariaDB/server.git
synced 2025-11-19 19:03:26 +03:00
Merged the majority of the PFS test cases. There are still 19 failing test cases that need more attention.
20 lines
423 B
Plaintext
20 lines
423 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 'log';
|
|
show variables like 'general_log';
|
|
|
|
show variables like 'new';
|
|
|
|
show variables like 'log_warnings';
|