mirror of
https://github.com/MariaDB/server.git
synced 2025-12-16 22:03:23 +03:00
The failing assertion was written with the assumption that a NULL string can never be passed to my_strtod(). However, an empty string may be passed under some circumstances by passing str == NULL and *end == NULL. Fixed the assertion to take the above case into account.
15 KiB
15 KiB