~danielpvolpato/mysql-server/parallel-mysqldump

« back to all changes in this revision

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

Merge from main 5.1 to 5.1-build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#### suite/funcs_1/t/memory_triggers.test
 
1
#### suite/funcs_1/t/memory_trig_09.test
2
2
 
3
3
# Memory tables should be used
4
4
#
5
5
# Set $engine_type
 
6
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
6
7
let $engine_type= memory;
7
8
 
8
 
# Create some objects needed in many testcases
9
 
USE test;
10
 
--source suite/funcs_1/include/memory_tb3.inc
11
 
 
12
9
--source suite/funcs_1/triggers/triggers_09.inc
13
 
DROP TABLE test.tb3;
14