mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
MWL#90: Address review feedback part #14
This commit is contained in:
parent
290a72d50b
commit
5de770f317
8 changed files with 139 additions and 96 deletions
|
|
@ -677,9 +677,10 @@ multi_delete::initialize_tables(JOIN *join)
|
|||
|
||||
|
||||
walk= delete_tables;
|
||||
for (JOIN_TAB *tab=join->join_tab, *end=join->join_tab+join->tables;
|
||||
tab < end;
|
||||
tab++)
|
||||
|
||||
for (JOIN_TAB *tab= first_linear_tab(join, WITH_CONST_TABLES);
|
||||
tab;
|
||||
tab= next_linear_tab(join, tab, WITH_BUSH_ROOTS))
|
||||
{
|
||||
if (tab->table->map & tables_to_delete_from)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue