~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/falcon_trig_09.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/falcon_triggers.test
 
2
# created: 2007-11-02 by hhunger
 
3
 
 
4
# Falcon tables should be used
 
5
#
 
6
# 1. Check if Falcon is available
 
7
--source include/have_falcon.inc
 
8
# 2. Set $engine_type
 
9
let $engine_type= falcon;
 
10
 
 
11
# Create some objects needed in many testcases
 
12
USE test;
 
13
--source suite/funcs_1/include/falcon_tb3.inc
 
14
 
 
15
--source suite/funcs_1/triggers/triggers_09.inc
 
16
DROP TABLE test.tb3;
 
17