mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
column TIMESTAMP NOT NULL
Analysis: Problem was that value->is_null() function is called
even when user had explicitly set the value for timestamp
field. Calling this function had the side effect that
expression was evaluated twice.
Fix: (by Sergei Golubchik) check instead value->null_value.
291 KiB
291 KiB