mirror of https://github.com/MariaDB/server
Browse Source
Cleanup sequence comes after error state when not all units were prepared. The With_element without rec_result was created for following unit: "select 1 AS `1` union select 'x' AS x from x" the error happened in select "select x AS x" so above unit was not prepared. The case seems to be legal and the presence of rec_result must be checked during the cleanup.bb-10.6-MDEV-35511
3 changed files with 18 additions and 1 deletions
Loading…
Reference in new issue