mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
5.5.39 merge
This commit is contained in:
commit
6fb17a0601
246 changed files with 5932 additions and 4666 deletions
|
|
@ -912,7 +912,8 @@ multi_delete::initialize_tables(JOIN *join)
|
|||
|
||||
walk= delete_tables;
|
||||
|
||||
for (JOIN_TAB *tab= first_linear_tab(join, WITH_CONST_TABLES);
|
||||
for (JOIN_TAB *tab= first_linear_tab(join, WITHOUT_BUSH_ROOTS,
|
||||
WITH_CONST_TABLES);
|
||||
tab;
|
||||
tab= next_linear_tab(join, tab, WITHOUT_BUSH_ROOTS))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue