mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge remote-tracking branch 'origin/10.3' into 10.4
This commit is contained in:
@@ -4677,13 +4677,6 @@ TABLE *open_purge_table(THD *thd, const char *db, size_t dblen,
|
||||
DBUG_RETURN(error ? NULL : tl->table);
|
||||
}
|
||||
|
||||
TABLE *get_purge_table(THD *thd)
|
||||
{
|
||||
/* see above, at most one table can be opened */
|
||||
DBUG_ASSERT(thd->open_tables == NULL || thd->open_tables->next == NULL);
|
||||
return thd->open_tables;
|
||||
}
|
||||
|
||||
|
||||
/** Find an open table in the list of prelocked tabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user