mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
execution of PS
GROUP_CONCAT() with ORDER BY column position may crash server on PS reexecution.
The problem was that arguments array of GROUP_CONCAT() was adjusted to point to
temporary elements (resolved ORDER BY fields) during first execution.
This patch expands rev. 08763096cb to restore original arguments array as well.
26 KiB
26 KiB