mirror of
https://github.com/MariaDB/server.git
synced 2025-12-15 08:21:24 +03:00
MONTHNAME(0) claims that it is about to return NOT NULL value, whereas it actually returns NULL. As a result storage_engine variable (which cannot be NULL) protection was bypassed and NULL value was accepted, causing server crash. Fixed MONTHNAME(0) to report valid NULL flag.
36 KiB
36 KiB