mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Addition to fix for
BUG#18036 - update of table joined to self reports table as crashed Set exclude_from_table_unique_test value back to FALSE. It is needed for further check in multi_update::prepare whether to use record cache.
This commit is contained in:
@ -859,7 +859,12 @@ reopen_tables:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
Set exclude_from_table_unique_test value back to FALSE. It is needed for
|
||||||
|
further check in multi_update::prepare whether to use record cache.
|
||||||
|
*/
|
||||||
|
lex->select_lex.exclude_from_table_unique_test= FALSE;
|
||||||
|
|
||||||
if (thd->fill_derived_tables() &&
|
if (thd->fill_derived_tables() &&
|
||||||
mysql_handle_derived(lex, &mysql_derived_filling))
|
mysql_handle_derived(lex, &mysql_derived_filling))
|
||||||
DBUG_RETURN(TRUE);
|
DBUG_RETURN(TRUE);
|
||||||
|
Reference in New Issue
Block a user