mirror of https://github.com/MariaDB/server
Browse Source
When UNION ALL is used with LIMIT ROWS EXAMINED, and when the limit is exceeded for a SELECT that is not the last in the UNION, interrupt the execution and call end_eof on the result. This makes sure that the results are sent, and the query result status is conclusive rather than empty, which would cause an assertion failure.pull/3597/head
3 changed files with 86 additions and 1 deletions
Loading…
Reference in new issue