mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
MDEV-8018: main.multi_update fails with --ps-protocol
save_prep_leaf_tables() made recursive to work with underlying view Arena restoiring fixed in case of EOM.
This commit is contained in:
parent
e428c809d7
commit
8cbaafd22b
7 changed files with 47 additions and 11 deletions
|
|
@ -610,7 +610,7 @@ int mysql_multi_delete_prepare(THD *thd)
|
|||
*/
|
||||
lex->select_lex.exclude_from_table_unique_test= FALSE;
|
||||
|
||||
if (lex->select_lex.save_prep_leaf_tables(thd))
|
||||
if (lex->save_prep_leaf_tables())
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
DBUG_RETURN(FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue