mariadb/storage/innodb_plugin/trx
Marko Mäkelä 417a267927 Re-enable the debug assertions for Bug#12650861.
Replace UNIV_BLOB_NULL_DEBUG with UNIV_DEBUG||UNIV_BLOB_LIGHT_DEBUG. 
Fix known bogus failures.

btr_cur_optimistic_update(): If rec_offs_any_null_extern(), assert that
the current transaction is an incomplete transaction that is being
rolled back in crash recovery.

row_build(): If rec_offs_any_null_extern(), assert that the transaction
that last updated the record was recovered during crash recovery
(and will soon be rolled back).
2011-06-16 11:51:04 +03:00
..
trx0i_s.c Store the '\0'-terminated query in row->trx_query 2011-03-28 11:34:12 +03:00
trx0purge.c (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6 2010-09-15 19:05:35 +03:00
trx0rec.c Re-enable the debug assertions for Bug#12650861. 2011-06-16 11:51:04 +03:00
trx0roll.c Bug#59230 assert 0 row_upd_changes_ord_field_binary() in post-crash 2011-01-31 09:56:51 +02:00
trx0rseg.c Applying InnoDB snapshot 2010-04-01 15:59:25 +04:00
trx0sys.c Bug #11766513 - 59641: Prepared XA transaction in system after hard crash 2011-04-07 21:12:54 +03:00
trx0trx.c Bug #11766513 - 59641: Prepared XA transaction in system after hard crash 2011-04-07 21:12:54 +03:00
trx0undo.c Merge a fix from mysql-5.5 to mysql-5.1: 2011-06-14 08:40:32 +03:00