diff options
author | Igor Babaev <igor@askmonty.org> | 2011-07-17 00:52:07 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2011-07-17 00:52:07 -0700 |
commit | cc0195d6a1e603c3ebef91af16a1e1c33dff4a2e (patch) | |
tree | 346adf4088219487e1667e680ffb0ac891042097 /sql/item_subselect.h | |
parent | c1b6eb149056f39969b2bbcbfe5d07eb3e1fcd44 (diff) | |
parent | d37465a9cc458ab215105de22875ce0a64c0efc2 (diff) | |
download | mariadb-git-cc0195d6a1e603c3ebef91af16a1e1c33dff4a2e.tar.gz |
Merge with the latest 5.3 code.
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 5 |
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: |