Skip to content

Commit 3679cba

Browse files
committed
i18n fx
1 parent d05323b commit 3679cba

File tree

6 files changed

+6
-18
lines changed

6 files changed

+6
-18
lines changed

mysql-test/suite/sysschema/r/pkg_utl_i18n-non_xliterate.result

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ SET NAMES 'utf8mb3';
66
SELECT sys.UTL_I18N.RAW_TO_CHAR(x'e38182', 'utf8');
77
sys.UTL_I18N.RAW_TO_CHAR(x'e38182', 'utf8')
88
9-
Warnings:
10-
Note 1585 This function 'transliterate' has the same name as a native function
11-
Note 1585 This function 'transliterate' has the same name as a native function
12-
Note 1246 Converting column 'dst_charset' from VARCHAR to TEXT
13-
Note 1246 Converting column 'sourced_jc' from VARCHAR to TEXT
14-
Note 1246 Converting column 'targeted_sourced_jc' from VARCHAR to TEXT
159
SET NAMES 'utf8mb4';
1610
#
1711
# Test RAW_TO_CHAR with utf8mb3 charset source

mysql-test/suite/sysschema/r/pkg_utl_i18n-sjis.result

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,12 +1045,6 @@ DROP PROCEDURE f2;
10451045
SELECT sys.UTL_I18N.TRANSLITERATE('�A���', 'fwkatakana_hwkatakana');
10461046
sys.UTL_I18N.TRANSLITERATE('�A���', 'fwkatakana_hwkatakana')
10471047
����
1048-
Warnings:
1049-
Note 1585 This function 'transliterate' has the same name as a native function
1050-
Note 1585 This function 'transliterate' has the same name as a native function
1051-
Note 1246 Converting column 'dst_charset' from VARCHAR to TEXT
1052-
Note 1246 Converting column 'sourced_jc' from VARCHAR to TEXT
1053-
Note 1246 Converting column 'targeted_sourced_jc' from VARCHAR to TEXT
10541048
#
10551049
# Test Latin 'a' character with the 'kana_hwkatakana' (mode) name
10561050
#

mysql-test/suite/sysschema/r/pkg_utl_i18n-ujis.result

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,12 +1037,6 @@ DROP PROCEDURE f2;
10371037
SELECT sys.UTL_I18N.TRANSLITERATE('������', 'fwkatakana_hwkatakana');
10381038
sys.UTL_I18N.TRANSLITERATE('������', 'fwkatakana_hwkatakana')
10391039
������
1040-
Warnings:
1041-
Note 1585 This function 'transliterate' has the same name as a native function
1042-
Note 1585 This function 'transliterate' has the same name as a native function
1043-
Note 1246 Converting column 'dst_charset' from VARCHAR to TEXT
1044-
Note 1246 Converting column 'sourced_jc' from VARCHAR to TEXT
1045-
Note 1246 Converting column 'targeted_sourced_jc' from VARCHAR to TEXT
10461040
#
10471041
# Test Latin 'a' character with the 'kana_hwkatakana' (mode) name
10481042
#

mysql-test/suite/sysschema/t/pkg_utl_i18n-non_xliterate.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ SET NAMES 'utf8mb3';
44
--echo #
55
--echo # Test RAW_TO_CHAR with utf8 charset source
66
--echo #
7+
--disable_warnings
78
SELECT sys.UTL_I18N.RAW_TO_CHAR(x'e38182', 'utf8');
9+
--enable_warnings
810

911
SET NAMES 'utf8mb4';
1012

mysql-test/suite/sysschema/t/pkg_utl_i18n-sjis.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ DROP PROCEDURE f2;
128128
--echo #
129129
--echo # Test combination of fullwidth, hiragana & halfwidth characters with the 'fwkatakana_hwkatakana' (mode) name
130130
--echo #
131+
--disable_warnings
131132
SELECT sys.UTL_I18N.TRANSLITERATE('�A���', 'fwkatakana_hwkatakana');
133+
--enable_warnings
132134

133135
--echo #
134136
--echo # Test Latin 'a' character with the 'kana_hwkatakana' (mode) name

mysql-test/suite/sysschema/t/pkg_utl_i18n-ujis.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ DROP PROCEDURE f2;
121121
--echo #
122122
--echo # Test combination of fullwidth, hiragana & halfwidth characters with the 'fwkatakana_hwkatakana' (mode) name
123123
--echo #
124+
--disable_warnings
124125
SELECT sys.UTL_I18N.TRANSLITERATE('������', 'fwkatakana_hwkatakana');
126+
--enable_warnings
125127

126128
--echo #
127129
--echo # Test Latin 'a' character with the 'kana_hwkatakana' (mode) name

0 commit comments

Comments
 (0)