diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2019-02-05 18:41:33 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-04-03 17:38:26 +0400 |
commit | 38e151d155bee0d554b30cabc7f367187a75c459 (patch) | |
tree | 2809116865622ff143d81f8f820a5d4128595ac0 /sql/ha_partition.cc | |
parent | 914bb5387fa1a0e7324573370fb353ea41bffc0f (diff) | |
download | mariadb-git-38e151d155bee0d554b30cabc7f367187a75c459.tar.gz |
Fix inplace ALTER TABLE to not register tmp table
Do not register intermediate tables created by inplace ALTER TABLE in
THD::temporary_tables.
Regular ALTER TABLE doesn't create .frm for temporary and discoverable
tables anymore. For inplace ALTER TABLE moved .frm creation to
create_table_for_inplace_alter().
Removed open_in_engine argument of create_and_open_tmp_table() and
open_temporary_table(): it became unused after this patch.
Part of MDEV-17805 - Remove InnoDB cache for temporary tables.
Diffstat (limited to 'sql/ha_partition.cc')
0 files changed, 0 insertions, 0 deletions