1
################################################################################
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
eval SET @@session.storage_engine = 'MyISAM';
38
##### Workarounds for known open engine specific bugs
41
#------------------------------------------------------------------------------#
42
# Execute the tests to be applied to all storage engines
43
--source suite/vcol/inc/vcol_select.inc
45
#------------------------------------------------------------------------------#
46
# Execute storage engine specific tests
48
#------------------------------------------------------------------------------#
50
--source suite/vcol/inc/vcol_cleanup.inc