summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/xb_partition.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/xb_partition.test')
-rw-r--r--mysql-test/suite/mariabackup/xb_partition.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/xb_partition.test b/mysql-test/suite/mariabackup/xb_partition.test
index 3d027b67fc1..1c8eeaa19e6 100644
--- a/mysql-test/suite/mariabackup/xb_partition.test
+++ b/mysql-test/suite/mariabackup/xb_partition.test
@@ -1,5 +1,6 @@
#--source include/innodb_page_size.inc
--source include/have_partition.inc
+--source include/innodb_undo_tablespaces.inc
CREATE TABLE t1(a INT) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1), (2), (3);