~andrey-zhakov/mysql-server/mysql-6.0-wl1075-wl411

« back to all changes in this revision

Viewing changes to mysql-test/suite/vcol/inc/vcol_type_conversion.inc

  • 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
# inc/vcol_type_conversion.inc                                                 #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#  Testing data type conversion scenarios (i.e. when the result value of       #
 
6
#  the virtual column expression is implicitly converted to the type           #
 
7
#  specified after keyword VIRTUAL).                                           #
 
8
#                                                                              #
 
9
#                                                                              #
 
10
#------------------------------------------------------------------------------#
 
11
# Original Author: Andrey Zhakov                                               #
 
12
# Original Date: 2008-09-02                                                    #
 
13
# Change Author:                                                               #
 
14
# Change Date:                                                                 #
 
15
# Change:                                                                      #
 
16
################################################################################
 
17
 
 
18
# TODO: Testing different combinations of "real" type and 
 
19
# the type returned by the function expression.