summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2003-03-06 17:02:10 +0200
committerunknown <Sinisa@sinisa.nasamreza.org>2003-03-06 17:02:10 +0200
commit236015ed7ac81e3a4525e04a7769cf503af38e14 (patch)
tree41aacee98da8f1449de6964c7b87878106bb88ca /sql/sql_select.h
parent6f5ea7022660f62e8e434c968f0d256aa8c8e47c (diff)
downloadmariadb-git-236015ed7ac81e3a4525e04a7769cf503af38e14.tar.gz
three bug fixes and major code cleanup
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index bb928846186..c5411a8790b 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -256,8 +256,7 @@ class JOIN :public Sql_alloc
int prepare(Item ***rref_pointer_array, TABLE_LIST *tables, uint wind_num,
COND *conds, uint og_num, ORDER *order, ORDER *group,
Item *having, ORDER *proc_param, SELECT_LEX *select,
- SELECT_LEX_UNIT *unit, bool fake_select_lex,
- bool tables_and_fields_initied);
+ SELECT_LEX_UNIT *unit, bool tables_and_fields_initied);
int optimize();
int reinit();
void exec();