~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/innodb_trig_1011ext.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/innodb_triggers.test
 
2
 
 
3
# InnoDB tables should be used
 
4
#
 
5
# 1. Check if InnoDB is available
 
6
--source include/have_innodb.inc
 
7
# 2. Set $engine_type
 
8
let $engine_type= innodb;
 
9
 
 
10
# Create some objects needed in many testcases
 
11
USE test;
 
12
--source suite/funcs_1/include/innodb_tb3.inc
 
13
 
 
14
--source suite/funcs_1/triggers/triggers_1011ext.inc
 
15
DROP TABLE test.tb3;
 
16