mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 19:04:59 +00:00
bug-984057 Tests for --preserve-triggers
This commit is contained in:
9
t/pt-online-schema-change/samples/sakila_triggers.sql
Normal file
9
t/pt-online-schema-change/samples/sakila_triggers.sql
Normal 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
|
||||
;
|
Reference in New Issue
Block a user