1
################################################################################
2
# t/vcol_select_innodb.test #
5
# Testing different SELECTs. #
9
#------------------------------------------------------------------------------#
10
# Original Author: Andrey Zhakov #
11
# Original Date: 2008-09-18 #
15
################################################################################
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.
23
#------------------------------------------------------------------------------#
25
--source suite/vcol/inc/vcol_cleanup.inc
27
#------------------------------------------------------------------------------#
28
# General not engine specific settings and requirements
29
--source suite/vcol/inc/vcol_init_vars.pre
31
#------------------------------------------------------------------------------#
32
# Engine specific settings and requirements
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';
39
##### Workarounds for known open engine specific bugs
42
#------------------------------------------------------------------------------#
43
# Execute the tests to be applied to all storage engines
44
--source suite/vcol/inc/vcol_select.inc
46
#------------------------------------------------------------------------------#
47
# Execute storage engine specific tests
49
#------------------------------------------------------------------------------#
51
--source suite/vcol/inc/vcol_cleanup.inc