bug-984057 Tests for --preserve-triggers

This commit is contained in:
Carlos Salguero
2016-07-05 16:27:25 -03:00
parent c9ed7aeb94
commit f8c91c2c3b
5 changed files with 128 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
USE sakila;
CREATE TRIGGER triggers_migration_test
BEFORE
-- a comment here
INSERT ON film
-- just to make things harder
FOR EACH ROW SET NEW.length = 60
-- for pt_osc
;