~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/mix2_myisam.test

  • Committer: Brian Aker
  • Date: 2009-01-24 09:43:35 UTC
  • Revision ID: brian@gir-3.local-20090124094335-6qdtvc35gl5fvivz
Adding in an example singe thread scheduler

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Last update: 2006-07-26 ML create this test as derivate from innodb.test
4
4
#
5
5
 
6
 
let $temp= TEMPORARY;
7
 
let $using_temp= 1;
8
 
 
9
6
let $engine_type= MyISAM;
10
7
let $other_engine_type= MEMORY;
11
8
# There are unfortunately only MyISAM and MEMORY all time available