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

215 lines
10 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 utf8;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SET character_set_database = utf8;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
Warning 1681 Updating 'character_set_database' is deprecated. It will be made read-only in a future release.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = innodb;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = innodb;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = innodb;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = myisam;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = myisam;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = myisam;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = MEMORY;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = MEMORY;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
CREATE TABLE `` (`` char(20)) DEFAULT CHARSET = utf8 engine = MEMORY;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0201_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0208_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0212_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0201_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0208_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0212_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0201_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0208_utf8.dat' INTO TABLE ``;
LOAD DATA LOCAL INFILE 'suite/jp/std_data/jisx0212_utf8.dat' INTO TABLE ``;
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(``) FROM ``;
CHARSET(``)
utf8
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
SELECT DISTINCT CHARSET(CONVERT(`` USING utf8)) FROM ``;
CHARSET(CONVERT(`` USING utf8))
utf8
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
SELECT DISTINCT CHARSET(CONVERT(`` USING ucs2)) FROM ``;
CHARSET(CONVERT(`` USING ucs2))
ucs2
SELECT DISTINCT CHARSET(CONVERT(`` USING sjis)) FROM ``;
CHARSET(CONVERT(`` USING sjis))
sjis
SELECT DISTINCT CHARSET(CONVERT(`` USING ujis)) FROM ``;
CHARSET(CONVERT(`` USING ujis))
ujis
drop table ``;
drop table ``;
drop table ``;
drop table ``;
drop table ``;
drop table ``;
drop table ``;
drop table ``;
drop table ``;