mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Added new mutex for hostname lookup
Added free of io_cache when using ALTER TABLE ... ORDER BY
This commit is contained in:
parent
b3392db290
commit
877386602a
4 changed files with 23 additions and 10 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue