summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-08-23 15:50:59 +0300
committerunknown <bell@sanja.is.com.ua>2004-08-23 15:50:59 +0300
commite275e347e3290e8f8e6339d2c595ede1b46ddb8d (patch)
tree854dc364d536204325fe7a01afbb26c9ecffada9 /sql/item_subselect.h
parent40f282d593b83453344136144b7071d9b6e4c025 (diff)
parent92224a13c150233c31586f3d0197cb79248754d3 (diff)
downloadmariadb-git-e275e347e3290e8f8e6339d2c595ede1b46ddb8d.tar.gz
merge
sql/item_subselect.cc: Auto merged sql/item_subselect.h: Auto merged sql/mysql_priv.h: Auto merged sql/sql_lex.cc: Auto merged sql/sql_yacc.yy: Auto merged
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 1ce3144f660..f570d89f28f 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -48,6 +48,8 @@ protected:
table_map used_tables_cache;
/* allowed number of columns (1 for single value subqueries) */
uint max_columns;
+ /* where subquery is placed */
+ enum_parsing_place parsing_place;
/* work with 'substitution' */
bool have_to_be_excluded;
/* cache of constant state */