mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge
This commit is contained in:
@ -367,6 +367,8 @@ public:
|
||||
before passing to handle_select)
|
||||
*/
|
||||
bool insert_select;
|
||||
/* TRUE for fake select, which used in UNION processing */
|
||||
bool fake_select;
|
||||
|
||||
void init_query();
|
||||
void init_select();
|
||||
@ -420,7 +422,7 @@ public:
|
||||
|
||||
friend void mysql_init_query(THD *thd);
|
||||
st_select_lex(struct st_lex *lex);
|
||||
st_select_lex() {}
|
||||
st_select_lex() :fake_select(0) {}
|
||||
void make_empty_select(st_select_lex *last_select)
|
||||
{
|
||||
select_number=INT_MAX;
|
||||
|
Reference in New Issue
Block a user