mariadb/btr
marko 7e07ce4701 branches/zip: Relax a debug assertion about a missing BLOB. (Issue #452)
When rolling back an incomplete transaction in purge, tolerate missing
BLOBs also in update undo, when undoing an INSERT by updating a delete-marked
record, and the delete-marked record is no longer needed.
Previously, we only tolerated missing BLOBs in insert undo.
This merely fixes a debug assertion; the code performed correctly
without UNIV_DEBUG.

rb://249 approved by Sunny Bains.
2010-02-11 11:09:48 +00:00
..
btr0btr.c branches/zip: Pass the file name and line number of the caller of the 2010-02-04 11:21:18 +00:00
btr0cur.c branches/zip: Relax a debug assertion about a missing BLOB. (Issue #452) 2010-02-11 11:09:48 +00:00
btr0pcur.c branches/zip: Pass the file name and line number of the caller of the 2010-02-04 11:21:18 +00:00
btr0sea.c branches/zip: Free all resources at shutdown. Set pointers to NULL, so 2009-11-02 09:42:56 +00:00