mariadb/handler
marko b1d5011cb1 branches/zip: Suppress errors about non-found temporary tables.
Write the is_temp flag to SYS_TABLES.MIX_LEN.

dict_table_t:🎏 Add a flag for is_temporary, DICT_TF2_TEMPORARY.
Unlike other flags, this will not be written to the tablespace flags
or SYS_TABLES.TYPE, but only to SYS_TABLES.MIX_LEN.

dict_build_table_def_step(): Only pass DICT_TF_BITS to tablespaces.

dict_check_tablespaces_and_store_max_id(), dict_load_table():
Suppress errors about temporary tables not being found.

dict_create_sys_tables_tuple(): Write the DICT_TF2_TEMPORARY flag
to SYS_TABLES.MIX_LEN.

fil_space_create(), fil_create_new_single_table_tablespace(): Add assertions
about space->flags.

row_drop_table_for_mysql(): Do not complain about non-found temporary tables.

rb://160 approved by Heikki Tuuri.  This addresses the second part of
Bug #41609 Crash recovery does not work for InnoDB temporary tables.
2009-11-30 10:50:11 +00:00
..
ha_innodb.cc branches/zip: Suppress errors about non-found temporary tables. 2009-11-30 10:50:11 +00:00
ha_innodb.h branches/zip: Exclude thd_binlog_filter_ok() when building 2009-11-11 15:53:20 +00:00
handler0alter.cc branches/zip: ha_innobase::add_index(): Clarify the comment 2009-11-19 12:09:11 +00:00
i_s.cc branches/zip: adjust Windows loading method for 5.1.38 2009-09-22 05:42:46 +00:00
i_s.h branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00
mysql_addons.cc branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00