summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/mlog_index_load.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/mlog_index_load.result')
-rw-r--r--mysql-test/suite/mariabackup/mlog_index_load.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/mlog_index_load.result b/mysql-test/suite/mariabackup/mlog_index_load.result
index 1748bc920e8..b2367d52dce 100644
--- a/mysql-test/suite/mariabackup/mlog_index_load.result
+++ b/mysql-test/suite/mariabackup/mlog_index_load.result
@@ -1,5 +1,6 @@
CREATE TABLE t1(i INT PRIMARY KEY auto_increment, a int) ENGINE INNODB;
INSERT INTO t1(a) SELECT * from seq_1_to_10000;
+SET GLOBAL innodb_log_optimize_ddl=ON;
# xtrabackup backup
t1.frm
t1.ibd