diff options
author | bell@sanja.is.com.ua <> | 2004-10-07 22:54:31 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-10-07 22:54:31 +0300 |
commit | 78997a2acd2267f33eeed79864a1d2e5ea724262 (patch) | |
tree | 7e5963f2f643caf651ba3048f7031c2303905b6e /sql/item_subselect.h | |
parent | d73ba9660d3e44c1f9bb17529ddb343849a35889 (diff) | |
download | mariadb-git-78997a2acd2267f33eeed79864a1d2e5ea724262.tar.gz |
allow merging views with subqueries in WHERE clause (BUG#5504)
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 4ef680cea19..4a325c4b224 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -109,6 +109,7 @@ public: engine_changed= 1; return eng == 0; } + enum_parsing_place place() { return parsing_place; } friend class select_subselect; friend class Item_in_optimizer; |