mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -1067,7 +1067,7 @@ TABLE *THD::find_temporary_table(const char *key, uint key_length,
|
||||
case TMP_TABLE_ANY: found= true; break;
|
||||
}
|
||||
}
|
||||
if (table && unlikely(table->m_needs_reopen))
|
||||
if (table && unlikely(table->needs_reopen()))
|
||||
{
|
||||
share->all_tmp_tables.remove(table);
|
||||
free_temporary_table(table);
|
||||
|
Reference in New Issue
Block a user