summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-08-23 10:59:35 +0300
committerunknown <bell@sanja.is.com.ua>2004-08-23 10:59:35 +0300
commitf08b12caabfd963727be5b663b79f550996fcf83 (patch)
treeb883ddb06d577633ef817e3c6e92bed4d5f85cec /sql/item_subselect.h
parent01af9a83cc6d8b490b7447582f8d760a2754dcb6 (diff)
parent5535bce52422f913633cc40b1658b590544a5e9b (diff)
downloadmariadb-git-f08b12caabfd963727be5b663b79f550996fcf83.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1 mysql-test/t/func_gconcat.test: Auto merged sql/item.cc: Auto merged sql/mysql_priv.h: 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 6b8b8b0b3a7..5668b91263f 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -50,6 +50,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 */