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.result7
1 files changed, 7 insertions, 0 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 278905a976b..0bfba662c15 100644
--- a/mysql-test/suite/innodb/r/read_only_recover_committed.result
+++ b/mysql-test/suite/innodb/r/read_only_recover_committed.result
@@ -63,6 +63,13 @@ SELECT * FROM t;
a
3
20
+#
+# MDEV-27332 SIGSEGV in fetch_data_into_cache
+#
+BEGIN;
+SELECT trx_state FROM information_schema.innodb_trx;
+trx_state
+COMMIT;
SELECT * FROM t;
a
3