mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.0' into 10.1
This commit is contained in:
@ -328,6 +328,7 @@ bool tc_release_table(TABLE *table)
|
||||
{
|
||||
DBUG_ASSERT(table->in_use);
|
||||
DBUG_ASSERT(table->file);
|
||||
DBUG_ASSERT(!table->pos_in_locked_tables);
|
||||
|
||||
if (table->needs_reopen() || tc_records() > tc_size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user