summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/read_only_recover_committed.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/read_only_recover_committed.result')
-rw-r--r--mysql-test/suite/innodb/r/read_only_recover_committed.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/read_only_recover_committed.result b/mysql-test/suite/innodb/r/read_only_recover_committed.result
index f0579a98024..0cdf4ec1118 100644
--- a/mysql-test/suite/innodb/r/read_only_recover_committed.result
+++ b/mysql-test/suite/innodb/r/read_only_recover_committed.result
@@ -19,7 +19,8 @@ SET DEBUG_SYNC='now WAIT_FOR committed';
SET GLOBAL innodb_flush_log_at_trx_commit=1;
BEGIN;
INSERT INTO t VALUES(-10000);
-ROLLBACK;
+DELETE FROM t WHERE a=-10000;
+COMMIT;
# restart: --innodb-force-recovery=3
disconnect con1;
disconnect con2;