mariadb/row
marko 6bf52fdaca branches/zip: Introduce const qualifiers to many read-only parameters
and modify some functions to return const pointers.  Add const qualifiers
to local variable declarations or casts to remove the const qualifier
in those places where write access is needed.
2006-10-17 12:24:13 +00:00
..
Makefile.am branches/zip: Add row_ext_t for caching prefixes of externally stored columns. 2006-09-26 07:28: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: Introduce const qualifiers to many read-only parameters 2006-10-17 12:24:13 +00:00
row0mysql.c branches/zip: Introduce const qualifiers to many read-only parameters 2006-10-17 12:24:13 +00:00
row0purge.c branches/zip: Reduce the number of buf_block_align() calls. 2006-10-12 11:05:22 +00:00
row0row.c branches/zip: Introduce const qualifiers to many read-only parameters 2006-10-17 12:24:13 +00:00
row0sel.c branches/zip: Introduce const qualifiers to many read-only parameters 2006-10-17 12:24:13 +00:00
row0uins.c branches/zip: Allow the locally stored part of externally stored columns 2006-09-26 11:50:54 +00:00
row0umod.c branches/zip: Allow the locally stored part of externally stored columns 2006-09-26 11:50:54 +00:00
row0undo.c branches/zip: Allow the locally stored part of externally stored columns 2006-09-26 11:50:54 +00:00
row0upd.c branches/zip: Introduce const qualifiers to many read-only parameters 2006-10-17 12:24:13 +00:00
row0vers.c branches/zip: Add function mtr_memo_contains_page() #ifdef UNIV_DEBUG. 2006-10-09 19:36:58 +00:00