diff options
author | unknown <sanja@montyprogram.com> | 2013-02-26 01:20:17 +0200 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2013-02-26 01:20:17 +0200 |
commit | e3ac306157ab9ade137c9afc9fff270a2f50d7ec (patch) | |
tree | 35e37d18da25df0fa9c88961b5ef231d3b7132aa /sql/sql_lex.h | |
parent | a555ceb2fb75c9958e39c963ca2a83e615629711 (diff) | |
download | mariadb-git-e3ac306157ab9ade137c9afc9fff270a2f50d7ec.tar.gz |
[NOT] EXISTS to IN transformation.
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 be7cdd8ca1d..ec229144b36 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -819,6 +819,8 @@ public: and all inner subselects. */ uint select_n_where_fields; + /* reserved for exists 2 in */ + uint select_n_reserved; enum_parsing_place parsing_place; /* where we are parsing expression */ bool with_sum_func; /* sum function indicator */ |