mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
after merge fix
This commit is contained in:
@ -361,7 +361,8 @@ int st_select_lex_unit::exec()
|
|||||||
item->reset();
|
item->reset();
|
||||||
table->file->delete_all_rows();
|
table->file->delete_all_rows();
|
||||||
}
|
}
|
||||||
if (union_distinct && table->file->enable_indexes(HA_KEY_SWITCH_ALL))
|
if (union_distinct && table->file->enable_indexes(HA_KEY_SWITCH_ALL) &&
|
||||||
|
!describe)
|
||||||
DBUG_RETURN(1); // For sub-selects
|
DBUG_RETURN(1); // For sub-selects
|
||||||
for (SELECT_LEX *sl= select_cursor; sl; sl= sl->next_select())
|
for (SELECT_LEX *sl= select_cursor; sl; sl= sl->next_select())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user