summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2011-03-19 12:27:08 +0300
committerSergey Petrunya <psergey@askmonty.org>2011-03-19 12:27:08 +0300
commit792c67ff618f7fa5edb39563b0ccf48b4a30db0f (patch)
tree404edda509690b2624ed968a9127b239fc218e6a /sql/item_subselect.h
parent125bfa2ce722f909e7133c4e381b549bcdb3192c (diff)
downloadmariadb-git-792c67ff618f7fa5edb39563b0ccf48b4a30db0f.tar.gz
MWL#90: Address review feedback part #1
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h5
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;