mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
Item_cache::is_null() erroneously returned null_value in a non-cached state. Now Item_cache::is_null() uses has_value(), which caches the value if not cached yet, similar to what other value methods do (e.g. val_int, val_real, etc).
29 KiB
29 KiB