1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

cond_count moved to SELECT_LEX_NODE

fixed BUG #726
This commit is contained in:
bell@sanja.is.com.ua
2003-06-26 11:09:11 +03:00
parent 7455759f11
commit 2d120d32fa
10 changed files with 68 additions and 10 deletions

View File

@ -967,6 +967,7 @@ void st_select_lex_node::init_query()
linkage= UNSPECIFIED_TYPE;
no_table_names_allowed= uncacheable= dependent= 0;
ref_pointer_array= 0;
cond_count= 0;
}
void st_select_lex_node::init_select()