mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
10.0-base merge.
Partitioning/InnoDB changes are *not* merged (they'll come from 5.6) TokuDB does not compile (not updated to 10.0 SE API)
This commit is contained in:
@ -1471,7 +1471,10 @@ static bool mysql_test_delete(Prepared_statement *stmt,
|
||||
goto error;
|
||||
}
|
||||
|
||||
DBUG_RETURN(mysql_prepare_delete(thd, table_list, &lex->select_lex.where));
|
||||
DBUG_RETURN(mysql_prepare_delete(thd, table_list,
|
||||
lex->select_lex.with_wild,
|
||||
lex->select_lex.item_list,
|
||||
&lex->select_lex.where));
|
||||
error:
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user