Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-15208: server crashed, when using ORDER BY with window function …
…and UNION (Edits by SergeiP: fix encryption.tempfiles_encrypted, re-word comment) Global ORDER BY clause of a UNION may not refer to 1) aggregate functions or 2) window functions. setup_order() checked for #1 but not for #2.
- Loading branch information