diff options
author | igor@rurik.mysql.com <> | 2004-06-10 22:27:21 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2004-06-10 22:27:21 -0700 |
commit | 356cbe4fa21aaddd48f5bd9541634214b3aa220d (patch) | |
tree | dea74bc620f67c825c7c66767c81c27051cec635 /sql/sql_lex.cc | |
parent | f9e2c6cd27268e72198bde3c1a71eb1273df335a (diff) | |
download | mariadb-git-356cbe4fa21aaddd48f5bd9541634214b3aa220d.tar.gz |
join_nested.test, join_nested.result:
new file
Many files:
Nested joins added.
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index b0381ae1d30..7f2488f16b5 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1014,6 +1014,9 @@ void st_select_lex::init_query() { st_select_lex_node::init_query(); table_list.empty(); + top_join_list.empty(); + join_list= &top_join_list; + embedding= 0; item_list.empty(); join= 0; where= 0; |