diff options
author | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2015-02-26 23:06:18 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2015-02-26 23:09:54 +0200 |
commit | ec4ff9a2e75d7aa0ded002bde25d5f6ea148ab11 (patch) | |
tree | a78f4b37784e5a39fcfec2d90336b12b31da4d14 /sql/sql_select.h | |
parent | 5c66abf0b0de6d632f85a57c841f80d28a7e0337 (diff) | |
download | mariadb-git-ec4ff9a2e75d7aa0ded002bde25d5f6ea148ab11.tar.gz |
MDEV-7586: Merged derived tables/VIEWs increment created_tmp_tables
Temporary table count fix. The number of temporary tables was increased
when the table is not actually created. (when do_not_open was passed
as TRUE to create_tmp_table).
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 7d53731b558..45041def28f 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1788,10 +1788,6 @@ Field *create_tmp_field(THD *thd, TABLE *table,Item *item, Item::Type type, bool table_cant_handle_bit_fields, bool make_copy_field, uint convert_blob_length); -bool create_internal_tmp_table(TABLE *table, KEY *keyinfo, - TMP_ENGINE_COLUMNDEF *start_recinfo, - TMP_ENGINE_COLUMNDEF **recinfo, - ulonglong options, my_bool big_tables); /* General routine to change field->ptr of a NULL-terminated array of Field |