diff options
author | monty@donna.mysql.com <> | 2001-01-23 01:25:07 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-23 01:25:07 +0200 |
commit | 877386602a0ca57e794bb95a3dae0c6cd4afabfd (patch) | |
tree | 8bbe5c1f42df3580477789560dc9f52df1d4a2fc /sql/sql_table.cc | |
parent | b3392db2900435caebf9d1b56d17a44db7c203cc (diff) | |
download | mariadb-git-877386602a0ca57e794bb95a3dae0c6cd4afabfd.tar.gz |
Added new mutex for hostname lookup
Added free of io_cache when using ALTER TABLE ... ORDER BY
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 3e1a0eb9fa1..a666fa26545 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -1690,6 +1690,7 @@ copy_data_between_tables(TABLE *from,TABLE *to, found_count++; } end_read_record(&info); + free_io_cache(from); delete [] copy; uint tmp_error; if ((tmp_error=to->file->extra(HA_EXTRA_NO_CACHE))) |