Commit dc3d2886 authored by unknown's avatar unknown

5.1-specific fix for bug #18743.

Moved tests requiring ucs2 from mix2_myisam.test to a separate unit.


mysql-test/include/mix2.inc:
  Moved tests requiring ucs2 to a separate unit
mysql-test/r/mix2_myisam.result:
  Moved tests requiring ucs2 to a separate unit
mysql-test/r/mix2_myisam_ucs2.result:
  Moved tests requiring ucs2 to a separate unit
mysql-test/include/mix2_ucs2.inc:
  Moved tests requiring ucs2 to a separate unit
mysql-test/t/mix2_myisam_ucs2.test:
  Moved tests requiring ucs2 to a separate unit
parent 2fb6fbde
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#
# Tests which require ucs2 character set
#
-- source include/have_ucs2.inc
let $engine_type= MyISAM;
let $other_engine_type= MEMORY;
# There are unfortunately only MyISAM and MEMORY all time available
# Therefore use here MEMORY again.
let $other_engine_type1= MEMORY;
let $other_non_trans_engine_type= MEMORY;
let $other_non_live_chks_engine_type= MEMORY;
# Therefore use here MyISAM again.
let $other_live_chks_engine_type= MyISAM;
# MyISAM does not support transactions
let $test_transactions= 0;
# MyISAM does not support FOREIGN KEYFOREIGN KEYs
let $test_foreign_keys= 0;
# MyISAM supports fulltext queries
let $fulltext_query_unsupported= 0;
# MyISAM internal autoincrement values are updated during updates
let $no_autoinc_update= 0;
# MyISAM supports keys on spatial data types
let $no_spatial_key= 0;
-- source include/mix2_ucs2.inc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment