~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/suite/parts/t/partition_decimal_innodb.test

  • Committer: brian
  • Date: 2008-06-29 12:50:19 UTC
  • mfrom: (12.1.4 drizzle)
  • Revision ID: brian@localhost.localdomain-20080629125019-qxk9qma8esphwwus
Committing merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
################################################################################
2
 
# t/partition_decimal_innodb.test                                              #
3
 
#                                                                              #
4
 
# Purpose:                                                                     #
5
 
#  Tests around decimal type                                                   #
6
 
#        InnoDB branch                                                         #
7
 
#                                                                              #
8
 
#------------------------------------------------------------------------------#
9
 
# Original Author: HH                                                          #
10
 
# Original Date: 2006-08-01                                                    #
11
 
# Change Author:                                                               #
12
 
# Change Date:                                                                 #
13
 
# Change:                                                                      #
14
 
################################################################################
15
 
 
16
 
#
17
 
# NOTE: PLEASE DO NOT ADD NOT INNODB SPECIFIC TESTCASES HERE !
18
 
#       TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN
19
 
#       THE SOURCED FILES ONLY.
20
 
#
21
 
# Please read the README at the end of inc/partition.pre before changing
22
 
# any of the variables.
23
 
#
24
 
 
25
 
#------------------------------------------------------------------------------#
26
 
# General not engine specific settings and requirements
27
 
 
28
 
##### Options, for debugging support #####
29
 
let $debug= 0;
30
 
 
31
 
# The server must support partitioning.
32
 
--source include/have_partition.inc
33
 
 
34
 
#------------------------------------------------------------------------------#
35
 
# Engine specific settings and requirements
36
 
 
37
 
##### Storage engine to be tested
38
 
--source include/have_innodb.inc
39
 
let $engine= 'InnoDB';
40
 
 
41
 
##### number of rows to be inserted
42
 
let $maxrows=1024;
43
 
 
44
 
#------------------------------------------------------------------------------#
45
 
# Execute the tests to be applied to all storage engines
46
 
--source suite/parts/inc/partition_decimal.inc