diff options
Diffstat (limited to 'sql/lock.cc')
-rw-r--r-- | sql/lock.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/lock.cc b/sql/lock.cc index bf53a925424..22ef9b95d29 100644 --- a/sql/lock.cc +++ b/sql/lock.cc @@ -705,7 +705,6 @@ MYSQL_LOCK *get_lock_data(THD *thd, TABLE **table_ptr, uint count, uint flags) { TABLE *t= table_ptr[i]; - if (t->s->tmp_table != NON_TRANSACTIONAL_TMP_TABLE && t->s->tmp_table != INTERNAL_TMP_TABLE) { |