mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge commit '10.4' into 10.5
This commit is contained in:
@ -13399,10 +13399,6 @@ void JOIN_TAB::cleanup()
|
||||
{
|
||||
DBUG_ENTER("JOIN_TAB::cleanup");
|
||||
|
||||
if (tab_list && tab_list->is_with_table_recursive_reference() &&
|
||||
tab_list->with->is_cleaned())
|
||||
DBUG_VOID_RETURN;
|
||||
|
||||
DBUG_PRINT("enter", ("tab: %p table %s.%s",
|
||||
this,
|
||||
(table ? table->s->db.str : "?"),
|
||||
|
Reference in New Issue
Block a user