1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Making multi-table delete BETA !!

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2001-07-01 13:20:53 +03:00
parent 85388703c4
commit ce09acfbeb
7 changed files with 46 additions and 9 deletions

View File

@@ -385,6 +385,7 @@ mysql_select(THD *thd,TABLE_LIST *tables,List<Item> &fields,COND *conds,
thd->fatal_error)
goto err;
thd->proc_info="preparing";
result->initialize_tables(&join);
if ((tmp=join_read_const_tables(&join)) > 0)
goto err;
if (tmp && !(select_options & SELECT_DESCRIBE))