summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/apply-log-only-incr.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/apply-log-only-incr.result')
-rw-r--r--mysql-test/suite/mariabackup/apply-log-only-incr.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/suite/mariabackup/apply-log-only-incr.result b/mysql-test/suite/mariabackup/apply-log-only-incr.result
index 917a9647511..f84e8ea5607 100644
--- a/mysql-test/suite/mariabackup/apply-log-only-incr.result
+++ b/mysql-test/suite/mariabackup/apply-log-only-incr.result
@@ -22,7 +22,7 @@ count(*)
# shutdown server
# remove datadir
# xtrabackup move back
-# restart server
+# restart: --innodb-force-recovery=3
SELECT COUNT(*) FROM t;
COUNT(*)
1
@@ -30,6 +30,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
SELECT COUNT(*) FROM t;
COUNT(*)
201
+# restart
SELECT * FROM t;
a
0