~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to tests/t/index_merge_innodb.test

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# t/index_merge_innodb.test
2
 
#
3
 
# Index merge tests
4
 
#
5
 
# Last update:
6
 
# 2006-08-07 ML test refactored (MySQL 5.1)
7
 
#               Main code of several index_merge tests
8
 
#                            -> include/index_merge*.inc
9
 
#               wrapper t/index_merge_innodb.test sources now several 
10
 
#               include/index_merge*.inc files
11
 
#
12
 
 
13
 
--source include/have_innodb.inc
14
 
let $engine_type= InnoDB;
15
 
# InnoDB does not support Merge tables (affects include/index_merge1.inc)
16
 
let $merge_table_support= 0;
17
 
 
18
 
# The first two tests are disabled because of non deterministic explain output.
19
 
# If include/index_merge1.inc can be enabled for InnoDB and all other
20
 
# storage engines, please remove the subtest for Bug#21277 from
21
 
# include/index_merge2.inc.
22
 
# This test exists already in include/index_merge1.inc.
23
 
# --source include/index_merge1.inc
24
 
# --source include/index_merge_ror.inc
25
 
 
26
 
--source include/index_merge2.inc
27
 
--source include/index_merge_2sweeps.inc
28
 
--source include/index_merge_ror_cpk.inc