1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

sql_select.cc, sql_parse.cc:

Nested joins: review modifications.
This commit is contained in:
igor@rurik.mysql.com
2004-06-25 02:54:05 -07:00
parent 84e55cfc89
commit c5b289c577
2 changed files with 13 additions and 20 deletions

View File

@@ -4723,7 +4723,6 @@ bool st_select_lex::init_nested_join(THD *thd)
embedding= ptr;
join_list= &nested_join->join_list;
join_list->empty();
nested_join->used_tables= nested_join->not_null_tables= (table_map) 0;
DBUG_RETURN(0);
}