summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/information_schema_grants.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/t/information_schema_grants.test')
-rw-r--r--mysql-test/suite/innodb/t/information_schema_grants.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/information_schema_grants.test b/mysql-test/suite/innodb/t/information_schema_grants.test
index 8960db9aad9..d0b2d2db962 100644
--- a/mysql-test/suite/innodb/t/information_schema_grants.test
+++ b/mysql-test/suite/innodb/t/information_schema_grants.test
@@ -270,6 +270,8 @@ select count(*) > -1 from i_trx;
select count(*) > -1 from d_trx;
connection default;
+# Starting with MariaDB 10.6, ensure that DDL recovery will have completed.
+SET GLOBAL innodb_max_purge_lag_wait=0;
drop database test;
create database test;
drop user select_only@localhost;