1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Hiding internal pointers of SELECT_LEX structures

This commit is contained in:
bell@sanja.is.com.ua
2002-05-27 20:52:54 +03:00
parent 59602212d2
commit ab36838e9b
9 changed files with 64 additions and 37 deletions

View File

@@ -34,7 +34,7 @@ int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit, TABLE_LIST *t)
TODO: make derived tables with union inside (now only 1 SELECT may be
procesed)
*/
SELECT_LEX *sl= (SELECT_LEX*)unit->slave;
SELECT_LEX *sl= unit->first_select();
List<Item> item_list;
TABLE *table;
int res;