summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2011-07-17 00:52:07 -0700
committerIgor Babaev <igor@askmonty.org>2011-07-17 00:52:07 -0700
commitcc0195d6a1e603c3ebef91af16a1e1c33dff4a2e (patch)
tree346adf4088219487e1667e680ffb0ac891042097 /sql/item_subselect.h
parentc1b6eb149056f39969b2bbcbfe5d07eb3e1fcd44 (diff)
parentd37465a9cc458ab215105de22875ce0a64c0efc2 (diff)
downloadmariadb-git-cc0195d6a1e603c3ebef91af16a1e1c33dff4a2e.tar.gz
Merge with the latest 5.3 code.
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 8a84d446208..a192bb48f5c 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -459,6 +459,11 @@ public:
bool is_flattenable_semijoin;
/*
+ TRUE<=>registered in the list of semijoins in outer select
+ */
+ bool is_registered_semijoin;
+
+ /*
Used to determine how this subselect item is represented in the item tree,
in case there is a need to locate it there and replace with something else.
Two options are possible: