polardbxengine/mysql-test/suite/jp/r/jp_length_ujis.result

113 lines
3.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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;
Warnings:
Warning 1681 Updating 'character_set_database' is deprecated. It will be made read-only in a future release.
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 = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = MEMORY;
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
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;