mariadb/storage/innobase/dict
Marko Mäkelä 0ff62ad808 InnoDB: Remove a redundant condition and an outdated comment
Since MariaDB 10.2.2, temporary table metadata is not written
to the InnoDB data dictionary tables. Therefore,
the DICT_TF2_TEMPORARY flag cannot be set in SYS_TABLES,
except if there exist orphan temporary tables that were created
before MariaDB 10.2.2.

trx_resurrect_table_locks(): Do not skip temporary tables.
If a resurrect transaction modified a temporary table that was
created before MariaDB 10.2.2, that table would be treated
internally as a persistent table. It is safer to resurrect
locks than to skip the table, because the table would be modified
on transaction rollback.
2017-07-06 02:14:33 +03:00
..
dict0boot.cc InnoDB: Remove a redundant condition and an outdated comment 2017-07-06 02:14:33 +03:00
dict0crea.cc dict_create_or_check_sys_tablespace(): Add some error handling 2017-06-22 09:39:09 +03:00
dict0defrag_bg.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
dict0dict.cc InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINT 2017-07-03 12:17:10 +03:00
dict0load.cc Follow-up to MDEV-12873: Refactor SYS_TABLES.TYPE validation 2017-06-15 17:42:49 +03:00
dict0mem.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
dict0stats.cc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
dict0stats_bg.cc Merge 10.1 into 10.2 2017-06-12 17:43:07 +03:00