Toad MySQL Version Control for triggers uses only the tablename not the triggername so you cannot commit multiple triggers INSERT + UPDATE + DELETE for the same table. Each successive commit will overwrite the last and then a get latest will drop those triggers from the database.
↧