mariadb/row
marko 0d6bfcb547 branches/zip: Fix a memory leak in fast index creation.
ha_innobase::add_index(): Add assertions about !trx->sync_cb and
!trx->dict_redo_list.  Remove a bogus comment.  Replace
row_lock_table_for_merge() with row_merge_lock_table().

row_merge_lock_table(): Renamed from row_lock_table_for_merge()
and moved from row0mysql.c to row0merge.c.  Always lock the table in
the mode LOCK_X.  Call que_graph_free() in order not to leak memory.
2007-08-21 12:10:14 +00:00
..
row0ext.c branches/zip: Add row_ext_t for caching prefixes of externally stored columns. 2006-09-26 07:28:23 +00:00
row0ins.c branches/zip: Make merge sort handle externally stored columns. 2007-06-21 09:43:15 +00:00
row0merge.c branches/zip: Fix a memory leak in fast index creation. 2007-08-21 12:10:14 +00:00
row0mysql.c branches/zip: Fix a memory leak in fast index creation. 2007-08-21 12:10:14 +00:00
row0purge.c branches/zip: Make merge sort handle externally stored columns. 2007-06-21 09:43:15 +00:00
row0row.c branches/zip: Make merge sort handle externally stored columns. 2007-06-21 09:43:15 +00:00
row0sel.c branches/zip: Add const qualifiers to the functions that read MySQL data. 2007-08-03 07:09:29 +00:00
row0uins.c branches/zip: Fix some minor things in row0uins.c after comparing to trunk. 2007-05-18 10:53:29 +00:00
row0umod.c branches/zip: Document and obey the rules for modifying the free bits in 2007-05-16 09:23:53 +00:00
row0undo.c branches/zip: row_undo_dictionary(): For TRX_UNDO_INDEX_CREATE_REC, 2007-08-03 10:53:08 +00:00
row0upd.c branches/zip: Add const qualifiers to the upd_t* parameters of some functions. 2007-08-20 06:59:22 +00:00
row0vers.c branches/zip: Rename dtuple_datas_are_ordering_equal() to dtuple_coll_cmp(), 2007-05-22 09:34:25 +00:00