mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@@ -1026,7 +1026,8 @@ bool select_union_direct::send_eof()
|
||||
// Reset for each SELECT_LEX, so accumulate here
|
||||
limit_found_rows+= thd->limit_found_rows;
|
||||
|
||||
if (unit->thd->lex->current_select == last_select_lex)
|
||||
if (unit->thd->lex->current_select == last_select_lex ||
|
||||
thd->killed == ABORT_QUERY)
|
||||
{
|
||||
thd->limit_found_rows= limit_found_rows;
|
||||
|
||||
|
Reference in New Issue
Block a user