1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#### suite/funcs_1/t/myisam_triggers.test # MyISAM tables should be used # # Set $engine_type let $engine_type= myisam; # Create some objects needed in many testcases USE test; --source suite/funcs_1/include/myisam_tb3.inc --source suite/funcs_1/triggers/triggers_09.inc DROP TABLE test.tb3; |