mariadb/storage/innobase/dict
Marko Mäkelä 6960e9ed24 MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACE
fil_delete_tablespace(): Remove the unused parameter drop_ahi,
and add the parameter if_exists=false. We want to suppress
error messages if we know that the tablespace has been discarded.

dict_table_rename_in_cache(): Pass the new parameter to
fil_delete_tablespace(), that is, do not complain about
missing tablespace if the tablespace has been discarded.

row_make_new_pathname(): Declare as static.

row_drop_table_for_mysql(): Tolerate !table->data_dir_path
when the tablespace has been discarded.

row_rename_table_for_mysql(): Skip part of the RENAME TABLE
when fil_space_get_first_path() returns NULL.
2020-03-19 14:23:47 +02:00
..
dict0boot.cc MDEV-20949 Stop issuing 'row size' error on DML 2019-11-13 22:00:55 +07:00
dict0crea.cc Cleanup: Remove dict_delete_tablespace_and_datafiles() 2019-12-27 11:23:28 +02:00
dict0defrag_bg.cc Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00
dict0dict.cc MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACE 2020-03-19 14:23:47 +02:00
dict0load.cc MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILES 2020-03-13 08:07:02 +02:00
dict0mem.cc Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00
dict0stats.cc MDEV-21512 InnoDB may hang due to SPATIAL INDEX 2020-01-17 14:27:29 +02:00
dict0stats_bg.cc Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00