summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-02-08 20:14:13 +0200
committerbell@sanja.is.com.ua <>2004-02-08 20:14:13 +0200
commit69e2460bd4f5c122017a281e8fdbbc6dedb5a671 (patch)
tree14b2b58964802549177419493c886e1dd62be7e3 /sql/sql_lex.cc
parent8eb590a71ec484146432cf6ae37d51fe4e6f814b (diff)
downloadmariadb-git-69e2460bd4f5c122017a281e8fdbbc6dedb5a671.tar.gz
fixed subquery with PS (BUG#2462)
fixed UNION preparation
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index 65c958093bd..b5a31ea0259 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -1561,7 +1561,11 @@ void st_select_lex::print_limit(THD *thd, String *str)
/*
There are st_select_lex::add_table_to_list &
- st_select_lex::set_lock_for_tables in sql_parse.cc
+ st_select_lex::set_lock_for_tables are in sql_parse.cc
st_select_lex::print is in sql_select.h
+
+ st_select_lex_unit::prepare, st_select_lex_unit::exec,
+ st_select_lex_unit::cleanup, st_select_lex_unit::reinit_exec_mechanism
+ are in sql_union.cc
*/