1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
serg@serg.mylan
2004-04-07 17:14:38 +02:00
43 changed files with 249 additions and 255 deletions

View File

@ -444,7 +444,7 @@ bool close_thread_table(THD *thd, TABLE **table_ptr)
else
{
// Free memory and reset for next loop
table->file->extra(HA_EXTRA_RESET);
table->file->reset();
}
table->in_use=0;
if (unused_tables)