mariadb/mysql-test/suite/jp/r/jp_length_ujis.result
shuichi@mysql.com 18609a1e99 Added test data, test case and test result files for Japanese characters test.
I have put the tests into a separate "suite", the first one actually.
Currently this can only be run by the Perl version of mysql-test-run
that is not quite finished. It should, or at least will, be able to
be run with the line

  ./mysql-test-run.pl --suite=jp
2005-01-07 00:48:38 -08:00

146 lines
4.2 KiB
Text
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
SET NAMES ujis;
SET character_set_database = ujis;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = heap;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = heap;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = heap;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = bdb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = bdb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = bdb;
INSERT INTO `` VALUES ('アイウエオ'),('アイウエ'),('アイウ'),('アイ'),('ア'),('');
INSERT INTO `` VALUES ('あいうえお'),('あいうえ'),('あいう'),('あい'),('あ'),('');
INSERT INTO `` VALUES ('龔龖龗龞龡'),('龔龖龗龞'),('龔龖龗'),('龔龖'),('龔'),('');
INSERT INTO `` VALUES ('アイウエオ'),('アイウエ'),('アイウ'),('アイ'),('ア'),('');
INSERT INTO `` VALUES ('あいうえお'),('あいうえ'),('あいう'),('あい'),('あ'),('');
INSERT INTO `` VALUES ('龔龖龗龞龡'),('龔龖龗龞'),('龔龖龗'),('龔龖'),('龔'),('');
INSERT INTO `` VALUES ('アイウエオ'),('アイウエ'),('アイウ'),('アイ'),('ア'),('');
INSERT INTO `` VALUES ('あいうえお'),('あいうえ'),('あいう'),('あい'),('あ'),('');
INSERT INTO `` VALUES ('龔龖龗龞龡'),('龔龖龗龞'),('龔龖龗'),('龔龖'),('龔'),('');
INSERT INTO `` VALUES ('アイウエオ'),('アイウエ'),('アイウ'),('アイ'),('ア'),('');
INSERT INTO `` VALUES ('あいうえお'),('あいうえ'),('あいう'),('あい'),('あ'),('');
INSERT INTO `` VALUES ('龔龖龗龞龡'),('龔龖龗龞'),('龔龖龗'),('龔龖'),('龔'),('');
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
ア 2
アイ 4
アイウ 6
アイウエ 8
アイウエオ 10
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
あ 2
あい 4
あいう 6
あいうえ 8
あいうえお 10
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
龔 3
龔龖 6
龔龖龗 9
龔龖龗龞 12
龔龖龗龞龡 15
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
ア 2
アイ 4
アイウ 6
アイウエ 8
アイウエオ 10
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
あ 2
あい 4
あいう 6
あいうえ 8
あいうえお 10
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
龔 3
龔龖 6
龔龖龗 9
龔龖龗龞 12
龔龖龗龞龡 15
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
アイウエオ 10
アイウエ 8
アイウ 6
アイ 4
ア 2
0
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
あいうえお 10
あいうえ 8
あいう 6
あい 4
あ 2
0
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
龔龖龗龞龡 15
龔龖龗龞 12
龔龖龗 9
龔龖 6
龔 3
0
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
アイウエオ 10
アイウエ 8
アイウ 6
アイ 4
ア 2
0
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
あいうえお 10
あいうえ 8
あいう 6
あい 4
あ 2
0
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
龔龖龗龞龡 15
龔龖龗龞 12
龔龖龗 9
龔龖 6
龔 3
0
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;