summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/undo_truncate_recover.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/undo_truncate_recover.result')
-rw-r--r--mysql-test/suite/innodb/r/undo_truncate_recover.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/undo_truncate_recover.result b/mysql-test/suite/innodb/r/undo_truncate_recover.result
index bcfc136e8c0..212a1658e18 100644
--- a/mysql-test/suite/innodb/r/undo_truncate_recover.result
+++ b/mysql-test/suite/innodb/r/undo_truncate_recover.result
@@ -10,7 +10,7 @@ update t1 set c = 'InnoDB';
set global debug_dbug = '+d,ib_undo_trunc';
commit;
call mtr.add_suppression("InnoDB: innodb_undo_tablespaces=0 disables dedicated undo log tablespaces");
-call mtr.add_suppression("InnoDB: The redo log transaction size ");
SET GLOBAL innodb_fast_shutdown=0;
FOUND 1 /ib_undo_trunc/ in mysqld.1.err
+# restart: with restart_parameters
drop table t1;