diff options
author | unknown <dlenev@brandersnatch.localdomain> | 2004-12-19 12:51:40 +0300 |
---|---|---|
committer | unknown <dlenev@brandersnatch.localdomain> | 2004-12-19 12:51:40 +0300 |
commit | 5bc79c0c837ab9621824122e235b335fcd625c8b (patch) | |
tree | c3909890eafc56e4e19ee4d5fff8709631e4b1bf /BitKeeper | |
parent | e517bb0da3c578d4d68fb4cb9a5b5d4735a3b236 (diff) | |
download | mariadb-git-5bc79c0c837ab9621824122e235b335fcd625c8b.tar.gz |
Small cleanup of derived tables handling.
We should not call free_tmp_table() for derived table in
mysql_derived_filling(), since by this moment this table is already
registered in THD::derived_tables list and thus free_tmp_table() will
be called for it automatically in close_thread_tables().
sql/sql_derived.cc:
We should not call free_tmp_table() for derived table in
mysql_derived_filling(), since by this moment this table is already
registered in THD::derived_tables list and thus free_tmp_table() will
be called for it automatically in close_thread_tables().
Diffstat (limited to 'BitKeeper')
0 files changed, 0 insertions, 0 deletions