mariadb/storage/innobase/row
Marko Mäkelä 867617a976 MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startup
This is a follow-up to MDEV-18733. As part of that fix, we made
dict_check_sys_tables() skip tables that would be dropped by
row_mysql_drop_garbage_tables().

DICT_ERR_IGNORE_DROP: A new mode where the file should not be attempted
to be opened.

dict_load_tablespace(): Do not try to load the tablespace if
DICT_ERR_IGNORE_DROP has been specified.

row_mysql_drop_garbage_tables(): Pass the DICT_ERR_IGNORE_DROP mode.

fil_space_for_table_exists_in_mem(): Remove a parameter.
The only caller that passed print_error_if_does_not_exist=true
was row_drop_single_table_tablespace().
2019-04-07 10:57:38 +03:00
..
row0ext.cc Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
row0ftsort.cc MDEV-12699 preparation: Write MLOG_INDEX_LOAD for FTS_ tables 2019-04-06 21:25:43 +03:00
row0import.cc MDEV-14126: Remove page_is_root() 2019-03-25 10:53:00 +02:00
row0ins.cc Do not pass table_name_t to printf-like functions 2019-04-04 08:57:53 +03:00
row0log.cc Bug #22990029 GCOLS: INCORRECT BEHAVIOR AFTER DATA INSERTED WITH IGNORE KEYWORD 2019-01-23 19:46:35 +02:00
row0merge.cc MDEV-12699 preparation: Write MLOG_INDEX_LOAD for FTS_ tables 2019-04-06 21:25:43 +03:00
row0mysql.cc MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startup 2019-04-07 10:57:38 +03:00
row0purge.cc Merge 10.1 into 10.2 2019-04-03 10:32:21 +03:00
row0quiesce.cc Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
row0row.cc Merge 10.1 into 10.2 2019-04-03 10:32:21 +03:00
row0sel.cc Do not pass table_name_t to printf-like functions 2019-04-04 08:57:53 +03:00
row0trunc.cc TruncateLogParser::scan(): Simplify string operations 2019-03-12 19:46:28 +02:00
row0uins.cc MDEV-17158 TRUNCATE is not atomic after MDEV-13564 2018-09-10 14:59:58 +03:00
row0umod.cc Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
row0undo.cc Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
row0upd.cc Merge 10.1 into 10.2 2019-04-03 10:32:21 +03:00
row0vers.cc Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00