summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2004-06-10 22:27:21 -0700
committerigor@rurik.mysql.com <>2004-06-10 22:27:21 -0700
commit356cbe4fa21aaddd48f5bd9541634214b3aa220d (patch)
treedea74bc620f67c825c7c66767c81c27051cec635 /sql/sql_lex.cc
parentf9e2c6cd27268e72198bde3c1a71eb1273df335a (diff)
downloadmariadb-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.cc3
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;