mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
Comparison of a BIGINT NOT NULL column with a constant arithmetic expression that evaluates to NULL caused error 1048: "Column '...' cannot be null". Made convert_constant_item() check if the constant expression is NULL before attempting to store it in a field. Attempts to store NULL in a NOT NULL field caused query errors.
172 KiB
172 KiB