summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-11-27 15:52:32 +0200
committerbell@sanja.is.com.ua <>2002-11-27 15:52:32 +0200
commit018a88897d65117d3b777a72ee189def2ab2e381 (patch)
tree99dfc27253ec3f1e64280b7b058e0cb68c62bc06 /sql
parent02803cf5e9815c52fc9f2814fd04d4c00ebb9cbb (diff)
downloadmariadb-git-018a88897d65117d3b777a72ee189def2ab2e381.tar.gz
after merging fix
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 16ec6f9234c..eed47bbee28 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -2101,7 +2101,7 @@ mysql_execute_command(THD *thd)
/* Fix tables-to-be-deleted-from list to point at opened tables */
for (auxi=(TABLE_LIST*) aux_tables ; auxi ; auxi=auxi->next)
auxi->table= auxi->table_list->table;
- fix_tables_pointers(&lex->select_lex);
+ fix_tables_pointers(lex->all_selects_list);
if (!thd->fatal_error && (result= new multi_delete(thd,aux_tables,
table_count)))
{