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 72982b3ec1c..4fcfb37301c 100644
--- a/mysql-test/suite/innodb/t/information_schema_grants.test
+++ b/mysql-test/suite/innodb/t/information_schema_grants.test
@@ -297,6 +297,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;