summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
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;
}
/*