1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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
parent b3392db290
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)))