mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
When substituting system constant functions with a constant result the server was not expecting that the function may return NULL. Fixed by checking for NULL and returning Item_null (in the relevant collation) if the result of the system constant function was NULL.
15 KiB
15 KiB