mirror of
https://github.com/MariaDB/server.git
synced 2025-06-03 07:02:23 +03:00
NOT NULL constraint must be checked *after* the BEFORE triggers. That is for INSERT and UPDATE statements even NOT NULL fields must be able to store a NULL temporarily at least while BEFORE INSERT/UPDATE triggers are running.