diff --git a/mysql-test/suite/perfschema/r/short_option_1.result b/mysql-test/suite/perfschema/r/short_option_1.result index 89bdf21cecff6..3582375a0a2c9 100644 --- a/mysql-test/suite/perfschema/r/short_option_1.result +++ b/mysql-test/suite/perfschema/r/short_option_1.result @@ -13,11 +13,6 @@ utf8mb3 show global variables like 'character_set_system'; Variable_name Value character_set_system utf8mb3 -show global variables like 'general_log'; -Variable_name Value -general_log ON -show global variables like 'new'; -Variable_name Value show global variables like 'log_warnings'; Variable_name Value -log_warnings 2 +log_warnings 1 diff --git a/mysql-test/suite/perfschema/t/short_option_1-master.opt b/mysql-test/suite/perfschema/t/short_option_1-master.opt index a9cda7a08ed96..13005cd1ee4ac 100644 --- a/mysql-test/suite/perfschema/t/short_option_1-master.opt +++ b/mysql-test/suite/perfschema/t/short_option_1-master.opt @@ -1 +1 @@ --a -Cutf8 --collation-server=utf8_bin -T12 -W2 +-a -Cutf8 -W1 diff --git a/mysql-test/suite/perfschema/t/short_option_1.test b/mysql-test/suite/perfschema/t/short_option_1.test index 4d00c3729d81d..825066830f3c0 100644 --- a/mysql-test/suite/perfschema/t/short_option_1.test +++ b/mysql-test/suite/perfschema/t/short_option_1.test @@ -11,8 +11,4 @@ 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';