~andrey-zhakov/mysql-server/mysql-6.0-wl1075-wl411

« back to all changes in this revision

Viewing changes to mysql-test/suite/vcol/t/vcol_trigger_sp_myisam.test

  • Committer: Andrey Zhakov
  • Date: 2008-09-08 03:01:17 UTC
  • Revision ID: andrey.zhakov@yahoo.com-20080908030117-3q67usagpsoalmb8
Submitted feature's code and test cases (mysql-test/suite/vcol).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# t/vcol_trigger_sp_myisam.test                                                #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#  Testing triggers, stored procedures and functions                           #
 
6
#  defined on tables with virtual columns.                                     #
 
7
#                                                                              #
 
8
#        MyISAM branch                                                         #
 
9
#                                                                              #
 
10
#------------------------------------------------------------------------------#
 
11
# Original Author: Andrey Zhakov                                               #
 
12
# Original Date: 2008-09-04                                                    #
 
13
# Change Author:                                                               #
 
14
# Change Date:                                                                 #
 
15
# Change:                                                                      #
 
16
################################################################################
 
17
 
 
18
#
 
19
# NOTE: PLEASE DO NOT ADD NOT MYISAM SPECIFIC TESTCASES HERE !
 
20
#       TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN
 
21
#       THE SOURCED FILES ONLY.
 
22
#
 
23
 
 
24
#------------------------------------------------------------------------------#
 
25
# General not engine specific settings and requirements
 
26
--source suite/vcol/inc/vcol_init_vars.pre
 
27
 
 
28
#------------------------------------------------------------------------------#
 
29
# Engine specific settings and requirements
 
30
 
 
31
##### Storage engine to be tested
 
32
# Set the session storage engine
 
33
eval SET @@session.storage_engine = 'MyISAM';
 
34
 
 
35
##### Workarounds for known open engine specific bugs
 
36
#     none
 
37
 
 
38
#------------------------------------------------------------------------------#
 
39
# Execute the tests to be applied to all storage engines
 
40
--source suite/vcol/inc/vcol_trigger_sp.inc
 
41
 
 
42
#------------------------------------------------------------------------------#
 
43
# Execute storage engine specific tests
 
44
 
 
45
#------------------------------------------------------------------------------#
 
46
# Cleanup
 
47
--source suite/vcol/inc/vcol_cleanup.inc