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.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/mariabackup/apply-log-only-incr.result b/mysql-test/suite/mariabackup/apply-log-only-incr.result
index 114a471aa2c..917a9647511 100644
--- a/mysql-test/suite/mariabackup/apply-log-only-incr.result
+++ b/mysql-test/suite/mariabackup/apply-log-only-incr.result
@@ -10,9 +10,9 @@ SET GLOBAL innodb_flush_log_at_trx_commit = 1;
ROLLBACK;
disconnect flush_log;
connection default;
-NOT FOUND /Rollback of trx with id/ in current_test
+NOT FOUND /Rolled back recovered transaction/ in current_test
# expect NOT FOUND
-NOT FOUND /Rollback of trx with id/ in current_test
+NOT FOUND /Rolled back recovered transaction/ in current_test
# expect NOT FOUND
commit;
SELECT count(*) FROM t;