5
Triggers
A trigger is a set of statements that run when an event occurs on a table.
-
Trigger Overview
Statements run when an event occurs on a table. -
Binary Logging of Stored Routines
Stored routines require extra consideration when binary logging. -
CREATE TRIGGER
Create a new trigger. -
DROP TRIGGER
Drops a trigger. -
Information Schema TRIGGERS Table
Information about triggers -
Running Triggers on the Replica for Row-based Events
Running triggers on the replica for row-based events. -
SHOW CREATE TRIGGER
Shows the CREATE TRIGGER statement that creates the trigger. -
SHOW TRIGGERS
Shows currently-defined triggers -
Trigger Limitations
Restrictions applying to triggers. -
Triggers and Implicit Locks
Implicit locks due to triggers and LOCK TABLE
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.