mariadb/dict
marko c13f191357 branches/zip: Remove some checks if an index or a table is a temporary one
created in fast index creation.

dict_load_indexes(): Always complain if the first index is not clustered.

lock_table_enqueue_waiting(): Always complain about lock waits in
a dictionary operation.

row_merge_rename_tables(): Add an assertion that dict_sys->mutex is
being held.

row_undo_mod_del_unmark_sec_and_undo_update(): Make the test about
temporary indexes more readable.

row_create_table_for_mysql(): Do not retry creating a temporary table
in fast index creation.  Orphaned temporary tables will have to be dropped
in crash recovery.
2007-08-29 08:45:34 +00:00
..
dict0boot.c branches/zip: Avoid memory fragmentation when adding column definitions 2007-01-30 09:24:18 +00:00
dict0crea.c branches/zip: dict_foreign_eval_sql(): Print foreign->id as a table name 2007-08-21 08:34:50 +00:00
dict0dict.c branches/zip: Remove trx->sync_cb. Call dict_rename_indexes() directly 2007-08-21 12:36:13 +00:00
dict0load.c branches/zip: Remove some checks if an index or a table is a temporary one 2007-08-29 08:45:34 +00:00
dict0mem.c branches/zip: Use mem_heap_zalloc() when initializing 2007-08-20 06:58:37 +00:00