~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/mix2_myisam_ucs2.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:
 
1
#
 
2
# Tests which require ucs2 character set
 
3
#
 
4
 
 
5
-- source include/have_ucs2.inc
 
6
 
 
7
let $engine_type= MyISAM;
 
8
let $other_engine_type= MEMORY;
 
9
# There are unfortunately only MyISAM and MEMORY all time available
 
10
# Therefore use here MEMORY again.
 
11
let $other_engine_type1= MEMORY;
 
12
let $other_non_trans_engine_type= MEMORY;
 
13
let $other_non_live_chks_engine_type= MEMORY;
 
14
# Therefore use here MyISAM again.
 
15
let $other_live_chks_engine_type= MyISAM;
 
16
# MyISAM does not support transactions
 
17
let $test_transactions= 0;
 
18
# MyISAM does not support FOREIGN KEYFOREIGN KEYs
 
19
let $test_foreign_keys= 0;
 
20
# MyISAM supports fulltext queries
 
21
let $fulltext_query_unsupported= 0;
 
22
# MyISAM internal autoincrement values are updated during updates
 
23
let $no_autoinc_update= 0;
 
24
# MyISAM supports keys on spatial data types
 
25
let $no_spatial_key= 0;
 
26
 
 
27
-- source include/mix2_ucs2.inc