mariadb/storage/innobase/dict
Marko Mäkelä 07e9ff1fe1 MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate tables or partitions
Allow DROP TABLE `#mysql50##sql-...._.` to drop tables that were
being rebuilt by ALGORITHM=INPLACE

NOTE: If the server is killed after the table-rebuilding ALGORITHM=INPLACE
commits inside InnoDB but before the .frm file has been replaced, then
the recovery will involve something else than DROP TABLE.

NOTE: If the server is killed in a true inplace ALTER TABLE commits
inside InnoDB but before the .frm file has been replaced, then we
are really out of luck. To properly handle that situation, we would
need a transactional mysql.ddl_fixup table that directs recovery to
rename or remove files.

prepare_inplace_alter_table_dict(): Use the altered_table->s->table_name
for generating the new_table_name.

table_name_t::part_suffix: The start of the partition name suffix.

table_name_t::dbend(): Return the end of the schema name.

table_name_t::dblen(): Return the length of the schema name, in bytes.

table_name_t::basename(): Return the name without the schema name.

table_name_t::part(): Return the partition name, or NULL if none.

row_drop_table_for_mysql(): Assert for #sql, not #sql-ib.
2017-12-08 10:07:51 +02:00
..
dict0boot.cc Remove dict_disable_redo_if_temporary() 2017-10-03 11:37:38 +03:00
dict0crea.cc Remove a constant parameter commit=false 2017-10-02 11:27:53 +03:00
dict0defrag_bg.cc Merge 10.1 into 10.2 2017-12-07 08:17:50 +02:00
dict0dict.cc Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-11-20 11:12:08 +04:00
dict0load.cc Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-10-02 22:35:13 +04:00
dict0mem.cc MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate tables or partitions 2017-12-08 10:07:51 +02:00
dict0stats.cc Follow-up fix to MDEV-13201 Assertion srv_undo_sources || ... failed on shutdown during DDL operation 2017-12-06 18:52:28 +02:00
dict0stats_bg.cc Post-fix for MDEV-14587 2017-12-07 08:14:49 +02:00