mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
'INSERT ... SELECT' statements
The code that produces result rows expected that a duplicate row
error could not occur in INSERT ... SELECT statements with
unfulfilled WHERE conditions. This may happen, however, if the
SELECT list contains only aggregate functions.
Fixed by checking if an error occured before trying to send EOF
to the client.
13 KiB
13 KiB