Skip cp932 and eucjpms tests when the character sets are not compiled.
This commit is contained in:
parent
c9c8955fc9
commit
b9054c5e4a
4
mysql-test/include/have_cp932.inc
Normal file
4
mysql-test/include/have_cp932.inc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-- require r/have_cp932.require
|
||||||
|
disable_query_log;
|
||||||
|
show collation like "cp932_japanese_ci";
|
||||||
|
enable_query_log;
|
4
mysql-test/include/have_eucjpms.inc
Normal file
4
mysql-test/include/have_eucjpms.inc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-- require r/have_eucjpms.require
|
||||||
|
disable_query_log;
|
||||||
|
show collation like "eucjpms_japanese_ci";
|
||||||
|
enable_query_log;
|
2
mysql-test/r/have_cp932.require
Normal file
2
mysql-test/r/have_cp932.require
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Collation Charset Id Default Compiled Sortlen
|
||||||
|
cp932_japanese_ci cp932 95 Yes Yes 1
|
2
mysql-test/r/have_eucjpms.require
Normal file
2
mysql-test/r/have_eucjpms.require
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Collation Charset Id Default Compiled Sortlen
|
||||||
|
eucjpms_japanese_ci eucjpms 97 Yes Yes 1
|
@ -1,3 +1,5 @@
|
|||||||
|
-- source include/have_cp932.inc
|
||||||
|
|
||||||
--character_set cp932
|
--character_set cp932
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
-- source include/have_eucjpms.inc
|
||||||
|
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
drop table if exists t2;
|
drop table if exists t2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user