~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/index_merge_myisam.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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.
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
 
17
--source include/index_merge1.inc
 
18
--source include/index_merge_ror.inc
 
19
--source include/index_merge2.inc
 
20
--source include/index_merge_2sweeps.inc
 
21
--source include/index_merge_ror_cpk.inc