summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/apply-log-only.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/apply-log-only.result')
-rw-r--r--mysql-test/suite/mariabackup/apply-log-only.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/mariabackup/apply-log-only.result b/mysql-test/suite/mariabackup/apply-log-only.result
index 04b9c0d8ee2..d618a7bbeb5 100644
--- a/mysql-test/suite/mariabackup/apply-log-only.result
+++ b/mysql-test/suite/mariabackup/apply-log-only.result
@@ -2,7 +2,7 @@ call mtr.add_suppression("InnoDB: New log files created");
CREATE TABLE t(a varchar(60)) ENGINE INNODB;
start transaction;
INSERT INTO t VALUES(1);
-NOT FOUND /Rollback of trx with id/ in current_test
+NOT FOUND /Rolled back recovered transaction/ in current_test
# expect NOT FOUND
SELECT count(*) FROM t;
count(*)