mariadb/storage/innodb_plugin/trx
Marko Makela 3188a795ea storage/innodb_plugin: Relax too strict assertions about prefix
indexed BLOBs for ROW_FORMAT=DYNAMIC and ROW_FORMAT_COMPRESSED tables
(Bug #52746). In these tables, the locally stored prefix of a BLOB can
be as small as 20 bytes (BTR_EXTERN_FIELD_REF_SIZE). ROW_FORMAT=REDUNDANT
and ROW_FORMAT=COMPACT store a prefix of 768 bytes (REC_MAX_INDEX_COL_LEN).

trx_undo_rec_get_col_val(): Relax the ut_ad() assertion and add a
reference to dtuple_convert_big_rec().

trx_undo_rec_get_partial_row(): Relax the ut_a() assertion that
prompted Bug #52746.
2010-04-15 09:01:22 +02:00
..
trx0i_s.c Applying InnoDB snapshot 2010-04-01 17:01:22 +04:00
trx0purge.c Applying InnoDB Plugin 1.0.6 snapshot,part 1. Fixes BUG#45992 and BUG#46656 2009-11-30 17:02:05 +05:30
trx0rec.c storage/innodb_plugin: Relax too strict assertions about prefix 2010-04-15 09:01:22 +02:00
trx0roll.c Applying InnoDB Plugin 1.0.5 snapshot, part 7 2009-10-08 18:35:59 +05:30
trx0rseg.c Applying InnoDB snapshot 2010-04-01 15:59:25 +04:00
trx0sys.c Applying InnoDB snapshot 2010-04-01 17:01:22 +04:00
trx0trx.c Import branches/zip@r6960 from SVN on top of storage/innodb_plugin 2010-04-07 19:53:14 +03:00
trx0undo.c Applying InnoDB Plugin 1.0.6 snapshot,part 1. Fixes BUG#45992 and BUG#46656 2009-11-30 17:02:05 +05:30