1
by brian
clean slate |
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
|