summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/absolute_ibdata_paths.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/absolute_ibdata_paths.result')
-rw-r--r--mysql-test/suite/mariabackup/absolute_ibdata_paths.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/absolute_ibdata_paths.result b/mysql-test/suite/mariabackup/absolute_ibdata_paths.result
index fe211e71f2f..a29d9af65de 100644
--- a/mysql-test/suite/mariabackup/absolute_ibdata_paths.result
+++ b/mysql-test/suite/mariabackup/absolute_ibdata_paths.result
@@ -1,9 +1,11 @@
CREATE TABLE t(i INT) ENGINE INNODB;
INSERT INTO t VALUES(1);
+# restart
# xtrabackup backup
# remove datadir
# xtrabackup copy back
# restart server
+# restart
SELECT * from t;
i
1