1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

total table list managment is changed

This commit is contained in:
bell@sanja.is.com.ua
2002-05-09 15:23:57 +03:00
parent 0e29107fa1
commit 4cb3760b44
5 changed files with 95 additions and 68 deletions

View File

@ -48,7 +48,7 @@ int mysql_union(THD *thd, LEX *lex,select_result *result)
for (TABLE_LIST *cursor= (TABLE_LIST *)sl->table_list.first;
cursor;
cursor=cursor->next)
cursor->table= ((TABLE_LIST*) cursor->table)->table;
cursor->table= cursor->table_list->table;
}
/* Global option */