~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

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