summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r--sql/sql_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index f3bf0a15745..ea5d3e3b108 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -443,7 +443,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)