1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-opt

into  trift2.:/MySQL/M51/push-5.1
This commit is contained in:
joerg@trift2.
2007-02-02 13:57:19 +01:00
42 changed files with 809 additions and 81 deletions

View File

@ -5077,6 +5077,7 @@ bool get_schema_tables_result(JOIN *join)
if (is_subselect) // is subselect
{
table_list->table->file->extra(HA_EXTRA_NO_CACHE);
table_list->table->file->extra(HA_EXTRA_RESET_STATE);
table_list->table->file->delete_all_rows();
free_io_cache(table_list->table);