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

fixed using VIEW fields (BUG#4617)

This commit is contained in:
bell@sanja.is.com.ua
2004-07-23 09:20:58 +03:00
parent bc98f2146d
commit a27b1e54d5
9 changed files with 100 additions and 16 deletions

View File

@ -1005,6 +1005,7 @@ void st_select_lex::init_query()
first_execution= 1;
first_cond_optimization= 1;
parsing_place= SELECT_LEX_NODE::NO_MATTER;
no_wrap_view_item= 0;
}
void st_select_lex::init_select()