mariadb/row
marko 3ad7bd739d branches/zip: Add some const qualifiers to input parameters.
rec_get_converted_size_comp(), rec_convert_dtuple_to_rec_comp(),
rec_convert_dtuple_to_rec_new(), rec_convert_dtuple_to_rec(): Add a
const qualifier to dict_index_t*.

row_search_on_row_ref(): Add const qualifiers to the dict_table_t*
and dtuple_t* parameters.  Note that pcur is an "out" parameter
and mtr is "in/out".
2007-09-26 09:12:23 +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: Restore the size of row_merge_block_t to 1048576 bytes. 2007-09-24 08:52:15 +00:00
row0mysql.c branches/zip: Minor cleanup. 2007-09-11 05:09:19 +00:00
row0purge.c branches/zip: Simplify the locking of the data dictionary. 2007-08-29 06:36:10 +00:00
row0row.c branches/zip: Add some const qualifiers to input parameters. 2007-09-26 09:12:23 +00:00
row0sel.c branches/zip: row_build_row_ref_in_tuple(): Add the parameter "offsets", 2007-09-25 07:20:56 +00:00
row0uins.c branches/zip: Simplify crash recovery in fast index creation. 2007-09-05 10:18:03 +00:00
row0umod.c branches/zip: Introduce TEMP_INDEX_PREFIX == 0xff for indexes being populated 2007-08-31 09:58:22 +00:00
row0undo.c branches/zip: Simplify crash recovery in fast index creation. 2007-09-05 10:18:03 +00:00
row0upd.c branches/zip: Simplify the locking of the data dictionary. 2007-08-29 06:36:10 +00:00
row0vers.c branches/zip: Rename dtuple_datas_are_ordering_equal() to dtuple_coll_cmp(), 2007-05-22 09:34:25 +00:00