~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_view_innodb.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_view_innodb.test                                                      #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#  Testing views defined on tables with virtual columns.                       #
 
6
#                                                                              #
 
7
#        InnoDB branch                                                         #
 
8
#                                                                              #
 
9
#------------------------------------------------------------------------------#
 
10
# Original Author: Andrey Zhakov                                               #
 
11
# Original Date: 2008-09-04                                                    #
 
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
# General not engine specific settings and requirements
 
25
--source suite/vcol/inc/vcol_init_vars.pre
 
26
 
 
27
#------------------------------------------------------------------------------#
 
28
# Engine specific settings and requirements
 
29
 
 
30
##### Storage engine to be tested
 
31
# Set the session storage engine
 
32
--source include/have_innodb.inc
 
33
eval SET @@session.storage_engine = 'InnoDB';
 
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_view.inc
 
41
 
 
42
#------------------------------------------------------------------------------#
 
43
# Execute storage engine specific tests
 
44
 
 
45
#------------------------------------------------------------------------------#
 
46
# Cleanup
 
47
--source suite/vcol/inc/vcol_cleanup.inc