diff options
author | unknown <bell@sanja.is.com.ua> | 2002-12-27 21:36:56 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-12-27 21:36:56 +0200 |
commit | 0fb0a7fb5e7a2a3ee44c35b7a0e5be326764fccc (patch) | |
tree | 3c660935548587243fe399bf8274dc3f4df55340 /sql/item_subselect.h | |
parent | f881cb3557a46084336f31ac89d37a9921fd1a92 (diff) | |
parent | eacbca7a4a462f3763ccc8cb5854e767b8723033 (diff) | |
download | mariadb-git-0fb0a7fb5e7a2a3ee44c35b7a0e5be326764fccc.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/work-row-4.1
into sanja.is.com.ua:/home/bell/mysql/work-from-4.1
sql/item_subselect.cc:
Auto merged
sql/item_subselect.h:
Auto merged
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 41490dd2669..e15748cbebf 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 (); |