diff options
author | bell@sanja.is.com.ua <> | 2004-02-08 20:14:13 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-02-08 20:14:13 +0200 |
commit | 69e2460bd4f5c122017a281e8fdbbc6dedb5a671 (patch) | |
tree | 14b2b58964802549177419493c886e1dd62be7e3 /sql/sql_lex.cc | |
parent | 8eb590a71ec484146432cf6ae37d51fe4e6f814b (diff) | |
download | mariadb-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.cc | 6 |
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 */ |