diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-03-19 12:27:08 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-03-19 12:27:08 +0300 |
commit | 792c67ff618f7fa5edb39563b0ccf48b4a30db0f (patch) | |
tree | 404edda509690b2624ed968a9127b239fc218e6a /sql/item_subselect.h | |
parent | 125bfa2ce722f909e7133c4e381b549bcdb3192c (diff) | |
download | mariadb-git-792c67ff618f7fa5edb39563b0ccf48b4a30db0f.tar.gz |
MWL#90: Address review feedback part #1
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 772196a4ea3..39780708e60 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -406,11 +406,6 @@ public: */ bool is_flattenable_semijoin; - /* - Cost to populate the temporary table (set on if-needed basis). - */ - //double startup_cost; - bool *get_cond_guard(int i) { return pushed_cond_guards ? pushed_cond_guards + i : NULL; |