mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +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.