mirror of
https://github.com/MariaDB/server.git
synced 2025-12-21 11:01:08 +03:00
The copy of the original arguments of a aggregate function was not
initialized until after fix_fields().
Sometimes (e.g. when there's an error processing the statement)
the print() can be called with no corresponding fix_fields() call.
Fixed by adding a check if the Item is fixed before using the arguments
copy.
3.5 KiB
3.5 KiB