diff options
author | bell@sanja.is.com.ua <> | 2004-08-23 15:50:59 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-08-23 15:50:59 +0300 |
commit | 3ca433e332a98c00f0c29ae1b9c0c9c138b1d32a (patch) | |
tree | 854dc364d536204325fe7a01afbb26c9ecffada9 /sql/item_subselect.h | |
parent | 52731bec19aa7edd487206e9a9711b17afcbfff2 (diff) | |
parent | 74d7a092b2142c14f910d0cf204201e618cf169e (diff) | |
download | mariadb-git-3ca433e332a98c00f0c29ae1b9c0c9c138b1d32a.tar.gz |
merge
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 2 |
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 */ |