summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-07-01 14:14:51 +0300
committerbell@sanja.is.com.ua <>2002-07-01 14:14:51 +0300
commit2cf620004e8a15c5d72a27377b536db2394a62d8 (patch)
treedf426008e76b78f3cb8ff349e13e07746cb6f44f /sql/sql_lex.cc
parent97d9936f5dcd985671b393ec84ab6438d929d17e (diff)
downloadmariadb-git-2cf620004e8a15c5d72a27377b536db2394a62d8.tar.gz
subselect in having clause
fixed bug in sum function in subselect
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index bcf212f6bd2..9ae5cdeeb15 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -942,8 +942,8 @@ void st_select_lex::init_select()
interval_list.empty();
use_index.empty();
ftfunc_list.empty();
- linkage=UNSPECIFIED_TYPE;
- depended= 0;
+ linkage= UNSPECIFIED_TYPE;
+ depended= having_fix_field= 0;
}
/*