diff options
author | bell@sanja.is.com.ua <> | 2002-12-15 22:01:09 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-12-15 22:01:09 +0200 |
commit | 79a184fe0966c6fbe467bb66b6434bf5a8a964fe (patch) | |
tree | 6e2430fb160cf6e7252f96d4be3ca19cfb00c2d6 /sql/sql_lex.h | |
parent | 5e454f6d2949cd4452d48a30febb663980745cfb (diff) | |
download | mariadb-git-79a184fe0966c6fbe467bb66b6434bf5a8a964fe.tar.gz |
moved links initialization
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 0c761baffa3..927b806a082 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -194,6 +194,7 @@ enum olap_type Base class for st_select_lex (SELECT_LEX) & st_select_lex_unit (SELECT_LEX_UNIT) */ +struct st_lex; class st_select_lex; class st_select_lex_unit; class st_select_lex_node { @@ -252,6 +253,7 @@ public: void mark_as_dependent(st_select_lex *last); friend class st_select_lex_unit; + friend bool mysql_new_select(struct st_lex *lex, bool move_down); private: void fast_exclude(); }; |