mariadb/mysql-test/suite/innodb
unknown d27d267ee7 Bug 12963823 - Crash in Purge thread under unusual circumstances.
The problem occurred when indexes are added between the time that an
UNDO record is created and the time that the purge thread comes around
and deletes the old secondary index entries.  The purge thread would
hit an assert when trying to build a secondary index entry for
searching.  The problem was that the old value of those fields were not
in the UNDO record since they were not part of an index when the UPDATE
occured. 
A test case was added to innodb-index.test.
2011-09-20 18:17:36 -06:00
..
include Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
r Bug 12963823 - Crash in Purge thread under unusual circumstances. 2011-09-20 18:17:36 -06:00
t Bug 12963823 - Crash in Purge thread under unusual circumstances. 2011-09-20 18:17:36 -06:00