~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/memory_trig_03.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/memory_triggers.test
 
1
#### suite/funcs_1/t/memory_trig_03.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_03.inc
13
 
DROP TABLE test.tb3;
14