diff options
author | bell@sanja.is.com.ua <> | 2002-12-26 01:28:59 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-12-26 01:28:59 +0200 |
commit | 1dd7cb52aedf01ee0aaddcdde2cbeec2c1a124a4 (patch) | |
tree | 6a73d0cc2b8728ab821e54448c158fa784365acb /sql/item_subselect.h | |
parent | 521ec3163e5de060d776e2e160fdab0d37ca7b6b (diff) | |
download | mariadb-git-1dd7cb52aedf01ee0aaddcdde2cbeec2c1a124a4.tar.gz |
support of subselect without FROM reducing (SCRUM)
fixed bug of calling setup_fields without correct lex->current_select pointer in mysql_derived
more correct creation of reference in Item_field::fix_field
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 6063730d6a8..0d263f4aa39 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -106,6 +106,7 @@ public: decimals= item->decimals; } void reset(); + void select_transformer(st_select_lex_unit *unit); void store(uint i, Item* item); double val(); longlong val_int (); |