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

Hiding internal pointers of SELECT_LEX structures

This commit is contained in:
unknown
2002-05-27 20:52:54 +03:00
parent e640e2e2c0
commit 807b50855c
9 changed files with 64 additions and 37 deletions

View File

@@ -104,7 +104,7 @@ int mysql_union(THD *thd, LEX *lex,select_result *result)
}
union_result->save_time_stamp=!describe;
for (sl= &lex->select_lex; sl; sl= (SELECT_LEX*) sl->next)
for (sl= &lex->select_lex; sl; sl= sl->next_select())
{
lex->select=sl;
unit->offset_limit_cnt= sl->offset_limit;