mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into mysql.com:/home/psergey/mysql-5.0-bug8804-r4 sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged
This commit is contained in:
@@ -470,7 +470,7 @@ public:
|
||||
void set_thd(THD *thd_arg) { thd= thd_arg; }
|
||||
|
||||
friend void lex_start(THD *thd, uchar *buf, uint length);
|
||||
friend int subselect_union_engine::exec();
|
||||
friend int subselect_union_engine::exec(bool);
|
||||
|
||||
List<Item> *get_unit_column_types();
|
||||
};
|
||||
@@ -562,6 +562,8 @@ public:
|
||||
query processing end even if we use temporary table
|
||||
*/
|
||||
bool subquery_in_having;
|
||||
/* TRUE <=> this SELECT is correlated w.r.t. some ancestor select */
|
||||
bool is_correlated;
|
||||
/*
|
||||
This variable is required to ensure proper work of subqueries and
|
||||
stored procedures. Generally, one should use the states of
|
||||
|
||||
Reference in New Issue
Block a user