Quote:
|
Originally Posted by stolze
What does "the trigger fails" mean?
|
It means that the insert operation performed in the trigger is failing cause of a duplicate key error (sql: -803, sqlstate: 23505), instead of it being handled by the continue handler. This interrupts trigger execution and rollbacks the triggering operation.