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

« back to all changes in this revision

Viewing changes to plugin/myisam/tests/t/index_merge_myisam.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_myisam.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
let $engine_type= MyISAM;
 
14
# MyISAM supports Merge tables
 
15
let $merge_table_support= 1;
 
16
 
 
17
create table t1 (a int);
 
18
drop table t1;
 
19
# These need to be re-enabled as quickly as we can make temp tables work
 
20
# within tables of tables queries.
 
21
#Bug 315268
 
22
#--source include/index_merge1.inc
 
23
#--source include/index_merge_ror.inc
 
24
#--source include/index_merge2.inc
 
25
#--source include/index_merge_2sweeps.inc
 
26
#--source include/index_merge_ror_cpk.inc