summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/short_option_1.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/short_option_1.test')
-rw-r--r--mysql-test/suite/perfschema/t/short_option_1.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/suite/perfschema/t/short_option_1.test b/mysql-test/suite/perfschema/t/short_option_1.test
index ff62a392cfa..4d00c3729d8 100644
--- a/mysql-test/suite/perfschema/t/short_option_1.test
+++ b/mysql-test/suite/perfschema/t/short_option_1.test
@@ -6,13 +6,13 @@ select 'Ok, the server started' as result;
# See the associated -master.opt file.
select @@SQL_MODE;
-show variables like 'sql_mode';
+show global variables like 'sql_mode';
select @@character_set_server;
-show variables like 'character_set_system';
+show global variables like 'character_set_system';
-show variables like 'general_log';
+show global variables like 'general_log';
-show variables like 'new';
+show global variables like 'new';
-show variables like 'log_warnings';
+show global variables like 'log_warnings';