Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
a0cde364
Commit
a0cde364
authored
Apr 01, 2024
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-33698 tests in the jp suite fail
parent
903b5d6a
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
0 deletions
+21
-0
mysql-test/suite/jp/r/jp_convert_ucs2.result
mysql-test/suite/jp/r/jp_convert_ucs2.result
+1
-0
mysql-test/suite/jp/r/jp_convert_utf8.result
mysql-test/suite/jp/r/jp_convert_utf8.result
+1
-0
mysql-test/suite/jp/r/jp_like_ucs2.result
mysql-test/suite/jp/r/jp_like_ucs2.result
+1
-0
mysql-test/suite/jp/r/jp_like_utf8.result
mysql-test/suite/jp/r/jp_like_utf8.result
+1
-0
mysql-test/suite/jp/r/jp_ltrim_ucs2.result
mysql-test/suite/jp/r/jp_ltrim_ucs2.result
+1
-0
mysql-test/suite/jp/r/jp_ltrim_utf8.result
mysql-test/suite/jp/r/jp_ltrim_utf8.result
+1
-0
mysql-test/suite/jp/r/jp_select_ucs2.result
mysql-test/suite/jp/r/jp_select_ucs2.result
+1
-0
mysql-test/suite/jp/r/jp_select_utf8.result
mysql-test/suite/jp/r/jp_select_utf8.result
+1
-0
mysql-test/suite/jp/r/jp_where_ucs2.result
mysql-test/suite/jp/r/jp_where_ucs2.result
+1
-0
mysql-test/suite/jp/r/jp_where_utf8.result
mysql-test/suite/jp/r/jp_where_utf8.result
+1
-0
mysql-test/suite/jp/t/jp_convert_ucs2.test
mysql-test/suite/jp/t/jp_convert_ucs2.test
+1
-0
mysql-test/suite/jp/t/jp_convert_utf8.test
mysql-test/suite/jp/t/jp_convert_utf8.test
+1
-0
mysql-test/suite/jp/t/jp_like_ucs2.test
mysql-test/suite/jp/t/jp_like_ucs2.test
+1
-0
mysql-test/suite/jp/t/jp_like_utf8.test
mysql-test/suite/jp/t/jp_like_utf8.test
+2
-0
mysql-test/suite/jp/t/jp_ltrim_ucs2.test
mysql-test/suite/jp/t/jp_ltrim_ucs2.test
+1
-0
mysql-test/suite/jp/t/jp_ltrim_utf8.test
mysql-test/suite/jp/t/jp_ltrim_utf8.test
+1
-0
mysql-test/suite/jp/t/jp_select_ucs2.test
mysql-test/suite/jp/t/jp_select_ucs2.test
+1
-0
mysql-test/suite/jp/t/jp_select_utf8.test
mysql-test/suite/jp/t/jp_select_utf8.test
+1
-0
mysql-test/suite/jp/t/jp_where_ucs2.test
mysql-test/suite/jp/t/jp_where_ucs2.test
+1
-0
mysql-test/suite/jp/t/jp_where_utf8.test
mysql-test/suite/jp/t/jp_where_utf8.test
+1
-0
No files found.
mysql-test/suite/jp/r/jp_convert_ucs2.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='ucs2=ucs2_general_ci';
SET NAMES ujis;
SET character_set_database = ucs2;
SET collation_connection = ucs2_general_ci;
...
...
mysql-test/suite/jp/r/jp_convert_utf8.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `T6`;
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='utf8mb3=utf8mb3_general_ci';
SET NAMES utf8;
SET character_set_database = utf8;
CREATE TABLE `T1` (`C1` char(20), INDEX(`C1`)) DEFAULT CHARSET = utf8 engine = innodb;
...
...
mysql-test/suite/jp/r/jp_like_ucs2.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='ucs2=ucs2_general_ci';
SET NAMES ujis;
SET character_set_database = ucs2;
SET collation_connection = ucs2_general_ci;
...
...
mysql-test/suite/jp/r/jp_like_utf8.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `T6`;
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='utf8mb3=utf8mb3_general_ci';
SET NAMES utf8;
SET character_set_database = utf8;
CREATE TABLE `T1` (`C1` char(20), INDEX(`C1`)) DEFAULT CHARSET = utf8 engine = innodb;
...
...
mysql-test/suite/jp/r/jp_ltrim_ucs2.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='ucs2=ucs2_general_ci';
SET NAMES ujis;
SET character_set_database = ucs2;
SET collation_connection = ucs2_general_ci;
...
...
mysql-test/suite/jp/r/jp_ltrim_utf8.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `T6`;
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='utf8mb3=utf8mb3_general_ci';
SET NAMES utf8;
SET character_set_database = utf8;
CREATE TABLE `T1` (`C1` char(8), INDEX(`C1`)) DEFAULT CHARSET = utf8 engine = innodb;
...
...
mysql-test/suite/jp/r/jp_select_ucs2.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='ucs2=ucs2_general_ci';
SET NAMES ujis;
SET character_set_database = ucs2;
SET collation_connection = ucs2_general_ci;
...
...
mysql-test/suite/jp/r/jp_select_utf8.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `T6`;
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='utf8mb3=utf8mb3_general_ci';
SET NAMES utf8;
SET character_set_database = utf8;
CREATE TABLE `T1` (c1 char(20), INDEX(c1)) DEFAULT CHARSET = utf8 engine = innodb;
...
...
mysql-test/suite/jp/r/jp_where_ucs2.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='ucs2=ucs2_general_ci';
SET NAMES ujis;
SET character_set_database = ucs2;
SET collation_connection = ucs2_general_ci;
...
...
mysql-test/suite/jp/r/jp_where_utf8.result
View file @
a0cde364
...
...
@@ -7,6 +7,7 @@ drop table if exists `T6`;
drop table if exists `T7`;
drop table if exists `T8`;
drop table if exists `T9`;
SET character_set_collations='utf8mb3=utf8mb3_general_ci';
SET NAMES utf8;
SET character_set_database = utf8;
CREATE TABLE `T1` (`C1` char(20), INDEX(`C1`)) DEFAULT CHARSET = utf8 engine = innodb;
...
...
mysql-test/suite/jp/t/jp_convert_ucs2.test
View file @
a0cde364
...
...
@@ -20,6 +20,7 @@ drop table if exists `
# Test CONVERT() function with Japanese character in ucs2 encoding
#
SET
character_set_collations
=
'ucs2=ucs2_general_ci'
;
SET
NAMES
ujis
;
SET
character_set_database
=
ucs2
;
SET
collation_connection
=
ucs2_general_ci
;
...
...
mysql-test/suite/jp/t/jp_convert_utf8.test
View file @
a0cde364
...
...
@@ -19,6 +19,7 @@ drop table if exists `T9`;
# Test CONVERT() function with Japanese character in utf8 encoding
#
SET
character_set_collations
=
'utf8mb3=utf8mb3_general_ci'
;
SET
NAMES
utf8
;
SET
character_set_database
=
utf8
;
...
...
mysql-test/suite/jp/t/jp_like_ucs2.test
View file @
a0cde364
...
...
@@ -17,6 +17,7 @@ drop table if exists `
# Test LIKE pattern matching using Japanese characters in ucs2 encoding
#
SET
character_set_collations
=
'ucs2=ucs2_general_ci'
;
SET
NAMES
ujis
;
SET
character_set_database
=
ucs2
;
SET
collation_connection
=
ucs2_general_ci
;
...
...
mysql-test/suite/jp/t/jp_like_utf8.test
View file @
a0cde364
...
...
@@ -16,6 +16,8 @@ drop table if exists `T9`;
# Test LIKE pattern matching using Japanese characters in utf8 encoding
#
SET
character_set_collations
=
'utf8mb3=utf8mb3_general_ci'
;
SET
NAMES
utf8
;
SET
character_set_database
=
utf8
;
...
...
mysql-test/suite/jp/t/jp_ltrim_ucs2.test
View file @
a0cde364
...
...
@@ -17,6 +17,7 @@ drop table if exists `
# Test LTRIM() function with Japanese characters in ucs2 encoding
#
SET
character_set_collations
=
'ucs2=ucs2_general_ci'
;
SET
NAMES
ujis
;
SET
character_set_database
=
ucs2
;
SET
collation_connection
=
ucs2_general_ci
;
...
...
mysql-test/suite/jp/t/jp_ltrim_utf8.test
View file @
a0cde364
...
...
@@ -16,6 +16,7 @@ drop table if exists `T9`;
# Test LTRIM() function with Japanese characters in utf8 encoding
#
SET
character_set_collations
=
'utf8mb3=utf8mb3_general_ci'
;
SET
NAMES
utf8
;
SET
character_set_database
=
utf8
;
...
...
mysql-test/suite/jp/t/jp_select_ucs2.test
View file @
a0cde364
...
...
@@ -17,6 +17,7 @@ drop table if exists `
# Test Displaying Japanese charact in ucs2 encoding
#
SET
character_set_collations
=
'ucs2=ucs2_general_ci'
;
SET
NAMES
ujis
;
SET
character_set_database
=
ucs2
;
SET
collation_connection
=
ucs2_general_ci
;
...
...
mysql-test/suite/jp/t/jp_select_utf8.test
View file @
a0cde364
...
...
@@ -16,6 +16,7 @@ drop table if exists `T9`;
# Test Displaying Japanese charact in utf8 encoding
#
SET
character_set_collations
=
'utf8mb3=utf8mb3_general_ci'
;
SET
NAMES
utf8
;
SET
character_set_database
=
utf8
;
...
...
mysql-test/suite/jp/t/jp_where_ucs2.test
View file @
a0cde364
...
...
@@ -17,6 +17,7 @@ drop table if exists `
# Test Displaying Japanese charact using WHERE condtion in ucs2 encoding
#
SET
character_set_collations
=
'ucs2=ucs2_general_ci'
;
SET
NAMES
ujis
;
SET
character_set_database
=
ucs2
;
SET
collation_connection
=
ucs2_general_ci
;
...
...
mysql-test/suite/jp/t/jp_where_utf8.test
View file @
a0cde364
...
...
@@ -16,6 +16,7 @@ drop table if exists `T9`;
# Test Displaying Japanese charact using WHERE condition in utf8 encoding
#
SET
character_set_collations
=
'utf8mb3=utf8mb3_general_ci'
;
SET
NAMES
utf8
;
SET
character_set_database
=
utf8
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment