diff options
author | bell@sanja.is.com.ua <> | 2004-02-10 02:41:21 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-02-10 02:41:21 +0200 |
commit | 2fa0c78ec4fd2b64cbbfe072d425287e501c3784 (patch) | |
tree | 3e27ef8c0485471122ab10b90ea64fc023d860fe /sql/sql_lex.cc | |
parent | bccca8f7cb5cb8de21e8cc76984c739fc5316ffe (diff) | |
parent | cefdd4fec6a5deb37cf8da79601ff931d706140f (diff) | |
download | mariadb-git-2fa0c78ec4fd2b64cbbfe072d425287e501c3784.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-prepared-4.1
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 65357328927..f08cf5cf967 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1624,7 +1624,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 */ |