~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged vcol stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# t/vcol_select.test                                                           #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#  Testing different SELECTs.                                                  #
 
6
#                                                                              #
 
7
#        MyISAM 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
eval SET @@session.storage_engine = 'MyISAM';
 
37
 
 
38
##### Workarounds for known open engine specific bugs
 
39
#     none
 
40
 
 
41
#------------------------------------------------------------------------------#
 
42
# Execute the tests to be applied to all storage engines
 
43
--source suite/vcol/inc/vcol_select.inc
 
44
 
 
45
#------------------------------------------------------------------------------#
 
46
# Execute storage engine specific tests
 
47
 
 
48
#------------------------------------------------------------------------------#
 
49
# Cleanup
 
50
--source suite/vcol/inc/vcol_cleanup.inc