~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/vcol/t/vcol_select_innodb.test

Initial submit of code and tests

Show diffs side-by-side

added added

removed removed

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