~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/innodb_trig_08.test

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#### suite/funcs_1/t/innodb_triggers.test
 
1
#### suite/funcs_1/t/innodb_trig_08.test
2
2
 
3
3
# InnoDB tables should be used
4
4
#
7
7
# 2. Set $engine_type
8
8
let $engine_type= innodb;
9
9
 
10
 
# Create some objects needed in many testcases
11
 
USE test;
12
 
--source suite/funcs_1/include/innodb_tb3.inc
13
 
 
14
10
--source suite/funcs_1/triggers/triggers_08.inc
15
 
DROP TABLE test.tb3;
16