diff options
author | bell@sanja.is.com.ua <> | 2004-09-06 13:00:24 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-09-06 13:00:24 +0300 |
commit | 5d42c492d6cd7440bb5d19b76ccb0b25bb73c5b8 (patch) | |
tree | b1c0219bf6f5857be815d6ae8e7d32b071352708 /sql/item_subselect.cc | |
parent | ad6ad34b45ed8414eec08885334d540eafafb0fc (diff) | |
download | mariadb-git-5d42c492d6cd7440bb5d19b76ccb0b25bb73c5b8.tar.gz |
fixed temporary table processing expresions of subqueries and removed wrong restrictions of field resolving (BUG#5326)
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r-- | sql/item_subselect.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc index 8d140efac5f..3ddf9a1c6bf 100644 --- a/sql/item_subselect.cc +++ b/sql/item_subselect.cc @@ -934,9 +934,6 @@ Item_in_subselect::row_value_transformer(JOIN *join) } select_lex->uncacheable|= UNCACHEABLE_DEPENDENT; - select_lex->setup_ref_array(thd, - select_lex->order_list.elements + - select_lex->group_list.elements); { uint n= left_expr->cols(); List_iterator_fast<Item> li(select_lex->item_list); |