summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2011-05-29 13:22:38 +0400
committerSergey Petrunya <psergey@askmonty.org>2011-05-29 13:22:38 +0400
commit037e16583e07ae22a3c809cfd1e2ba3ff41d8b5f (patch)
tree634629f9c3c63b90c1e2082339fa8838635ff826 /sql/item_subselect.h
parent5cd18326c2167ddf1fe989154c519809cd26f175 (diff)
downloadmariadb-git-037e16583e07ae22a3c809cfd1e2ba3ff41d8b5f.tar.gz
Remove garbage comments
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index deae1cb6ca4..8358cebf07d 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -160,7 +160,6 @@ public:
bool mark_as_dependent(THD *thd, st_select_lex *select, Item *item);
void fix_after_pullout(st_select_lex *new_parent, Item **ref);
void recalc_used_tables(st_select_lex *new_parent, bool after_pullout);
- //virtual int optimize(double *out_rows, double *cost);
virtual bool exec();
/*
If subquery optimization or execution determines that the subquery has
@@ -593,7 +592,6 @@ public:
THD * get_thd() { return thd; }
virtual int prepare()= 0;
virtual void fix_length_and_dec(Item_cache** row)= 0;
- //virtual int optimize(double *out_rows, double *cost) { DBUG_ASSERT(0); return 0; }
/*
Execute the engine
@@ -870,7 +868,6 @@ public:
bool init(List<Item> *tmp_columns, uint subquery_id);
void cleanup();
int prepare();
- //int optimize(double *out_rows, double *cost);
int exec();
virtual void print(String *str, enum_query_type query_type);
uint cols()