~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

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