Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 5.5, 10.0, 10.1, 10.2
-
Component/s: Storage Engine - InnoDB, Storage Engine - XtraDB, Tests
-
Labels:None
-
Environment:opensuse 10.3, gcc 4.8.3
compiled with ./BUILD/compile-pentium64-valgrind-max
-
Sprint:10.2.4-1, 10.2.4-2
Description
mysql-test-run innodb.innodb-change-buffer-recovery,xtradb
@@ -36,7 +36,7 @@
SET DEBUG_DBUG='+d,crash_after_log_ibuf_upd_inplace';
SELECT b FROM t1 LIMIT 3;
ERROR HY000: Lost connection to MySQL server during query
-FOUND /Wrote log record for ibuf update in place operation/ in my_restart.err
+NOT FOUND /Wrote log record for ibuf update in place operation/ in my_restart.err
CHECK TABLE t1;