summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/information_schema_grants.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/information_schema_grants.result')
-rw-r--r--mysql-test/suite/innodb/r/information_schema_grants.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/information_schema_grants.result b/mysql-test/suite/innodb/r/information_schema_grants.result
index feadb7b8d12..a468081db20 100644
--- a/mysql-test/suite/innodb/r/information_schema_grants.result
+++ b/mysql-test/suite/innodb/r/information_schema_grants.result
@@ -263,6 +263,7 @@ select count(*) > -1 from d_trx;
count(*) > -1
1
connection default;
+SET GLOBAL innodb_max_purge_lag_wait=0;
drop database test;
create database test;
drop user select_only@localhost;