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