summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/transaction.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/transaction.test')
-rw-r--r--mysql-test/suite/perfschema/t/transaction.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/perfschema/t/transaction.test b/mysql-test/suite/perfschema/t/transaction.test
index b616460374e..d950139f7d6 100644
--- a/mysql-test/suite/perfschema/t/transaction.test
+++ b/mysql-test/suite/perfschema/t/transaction.test
@@ -90,10 +90,10 @@ CALL clear_transaction_tables();
--echo # ========================================================================
--echo #
--connection con1
-SELECT @@global.tx_isolation;
+SELECT @@global.transaction_isolation;
SELECT @@global.autocommit;
SELECT @@global.binlog_format;
-SELECT @@tx_isolation;
+SELECT @@transaction_isolation;
SELECT @@autocommit;
SELECT @@binlog_format;