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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user