Added new mutex for hostname lookup

Added free of io_cache when using ALTER TABLE ... ORDER BY
This commit is contained in:
monty@donna.mysql.com 2001-01-23 01:25:07 +02:00
commit 877386602a
4 changed files with 23 additions and 10 deletions

View file

@ -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)))