mariadb/row
osku b6e02dd207 Fix bug #18934, "InnoDB crashes when table uses column names like
DB_ROW_ID", by refusing tables that use reserved column names.

Add dict_mem_table_free(), use it instead of duplicating the code everywhere.

Use already existing dict_mem_index_free().

Fix memory leaks in row_create_table_for_mysql() in rare corner cases.
2006-04-11 14:01:17 +00:00
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
row0ins.c Remove code related to clustered tables. They were never implemented, and 2006-04-11 12:51:34 +00:00
row0mysql.c Fix bug #18934, "InnoDB crashes when table uses column names like 2006-04-11 14:01:17 +00:00
row0purge.c Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
row0row.c Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
row0sel.c Remove code related to clustered tables. They were never implemented, and 2006-04-11 12:51:34 +00:00
row0uins.c Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
row0umod.c Fix invalid brace positioning and spaces before tabs. 2006-02-24 09:53:01 +00:00
row0undo.c Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
row0upd.c Merge r328:340 from branches/5.0: 2006-03-17 08:20:14 +00:00
row0vers.c Fix for bug #12456: Cursor shows incorrect data - DML does not affect, 2006-03-01 07:47:14 +00:00