mariadb/row
marko 5a6cc2130c branches/zip: dict_table_copy_types(): Initialize all fields to the SQL NULL
value.  Document this change in behaviour, and make all callers invoke
the function right after dtuple_create().

dict_create_sys_fields_tuple(): Add a missing "break" statement to the loop
that checks if there are any column prefixes in the index.

row_get_prebuilt_insert_row(): Do not set the fields to the SQL NULL value,
now that dict_table_copy_types() takes care of it.
2007-12-07 09:12:57 +00:00
..
row0ext.c branches/zip: row_ext_cache_fill(): Add a missing "else" that should have 2007-11-30 15:32:36 +00:00
row0ins.c branches/zip: Do not access the fields of dfield_t directly. 2007-10-23 06:46:12 +00:00
row0merge.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0mysql.c branches/zip: dict_table_copy_types(): Initialize all fields to the SQL NULL 2007-12-07 09:12:57 +00:00
row0purge.c branches/zip: When logging updates or deletes in the undo log, store long 2007-12-05 14:10:15 +00:00
row0row.c branches/zip: dict_table_copy_types(): Initialize all fields to the SQL NULL 2007-12-07 09:12:57 +00:00
row0sel.c branches/zip: Merge 2015:2093 from trunk. 2007-11-16 13:57:27 +00:00
row0uins.c branches/zip: In purge, avoid dereferencing unset BLOB pointers of freshly 2007-11-27 09:11:45 +00:00
row0umod.c branches/zip: In purge, avoid dereferencing unset BLOB pointers of freshly 2007-11-27 09:11:45 +00:00
row0undo.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0upd.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0vers.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00