mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed bug in UNION when doing UNION with the same tables
This commit is contained in:
@@ -37,7 +37,7 @@ int mysql_union(THD *thd, LEX *lex,select_result *result)
|
||||
int res;
|
||||
DBUG_ENTER("mysql_union");
|
||||
|
||||
/* Fix tables--to-be-unioned-from list to point at opened tables */
|
||||
/* Fix tables 'to-be-unioned-from' list to point at opened tables */
|
||||
for (sl=&lex->select_lex; sl; sl=sl->next)
|
||||
{
|
||||
for (TABLE_LIST *cursor= (TABLE_LIST *)sl->table_list.first;
|
||||
|
||||
Reference in New Issue
Block a user