mariadb/trx
marko 1f510066f4 branches/zip: Allow the locally stored part of externally stored columns
in the clustered index to be smaller than the indexed prefix in secondary
indexes.

row_ext_lookup(): Return NULL if the column is not stored externally.

trx_undo_rec_get_partial_row(): row_build(): Add parameter row_ext_t** ext.

row_build_index_entry(): Add the parameter row_ext_t* ext.
Invoke row_ext_lookup() to fetch prefixes of externally stored columns.

upd_node_t, undo_node_t, purge_node_t: Add the field row_ext_t* ext.
2006-09-26 11:50:54 +00:00
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
trx0purge.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00
trx0rec.c branches/zip: Allow the locally stored part of externally stored columns 2006-09-26 11:50:54 +00:00
trx0roll.c branches/zip: Merge revisions 720:765 from trunk and reindent the code 2006-08-29 09:30:31 +00:00
trx0rseg.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00
trx0sys.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00
trx0trx.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00
trx0undo.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00