~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/index_merge_myisam.test

  • Committer: Brian Aker
  • Date: 2009-06-16 00:53:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1094.
  • Revision ID: brian@gaz-20090616005322-w0ode4jul9z8s2y9
Partial fix for tests for tmp

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# MyISAM supports Merge tables
15
15
let $merge_table_support= 1;
16
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.
17
21
#Bug 315268
18
22
#--source include/index_merge1.inc
19
 
--source include/index_merge_ror.inc
20
 
--source include/index_merge2.inc
21
 
--source include/index_merge_2sweeps.inc
22
 
--source include/index_merge_ror_cpk.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