mysql5/mysql-5.7.27/mysql-test/suite/jp/r/jp_length_sjis.result

113 lines
3.1 KiB
Plaintext
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 ``;
SET NAMES sjis;
SET character_set_database = sjis;
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 = sjis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis 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
ア 1
アイ 2
アイウ 3
アイウエ 4
アイウエオ 5
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
ア 1
アイ 2
アイウ 3
アイウエ 4
アイウエオ 5
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
あ 2
あい 4
あいう 6
あいうえ 8
あいうえお 10
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
0
ソ 2
ソ十 4
ソ十表 6
ソ十表予 8
ソ十表予構 10
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
アイウエオ 5
アイウエ 4
アイウ 3
アイ 2
ア 1
0
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
あいうえお 10
あいうえ 8
あいう 6
あい 4
あ 2
0
SELECT ``, LENGTH(``) FROM ``;
LENGTH(``)
ソ十表予構 10
ソ十表予 8
ソ十表 6
ソ十 4
ソ 2
0
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;