diff options
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 9dfaf82758c..a93a1b3ef17 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -603,6 +603,12 @@ static void mark_used_tables_as_free_for_reuse(THD *thd, TABLE *table) table->query_id= 0; table->file->ha_reset(); } + else + { + // table of exlict LOCK TABLE + table->file->check_table_binlog_row_based_done= + table->file->check_table_binlog_row_based_result= 0; + } } } |