Commit d7451f73 authored by unknown's avatar unknown
Browse files

sql_lex.cc:

  initializing some unitialized variables


sql/sql_lex.cc:
  initializing some unitialized variables
parent 986e3163
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1064,6 +1064,7 @@ int yylex(void *arg, void *yythd)
void st_select_lex_node::init_query()
{
  options= 0;
  options2= 0;
  linkage= UNSPECIFIED_TYPE;
  no_error= no_table_names_allowed= 0;
  uncacheable= 0;
@@ -1127,6 +1128,7 @@ void st_select_lex::init_select()
  table_join_options= 0;
  in_sum_expr= with_wild= 0;
  options= 0;
  options2= 0;
  braces= 0;
  when_list.empty();
  expr_list.empty();