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
33235ad8
Commit
33235ad8
authored
Aug 19, 2010
by
Bernt M. Johnsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#53563 Fix and enable charset/collation tests in funcs_2
parent
3d5a6131
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
10 deletions
+16
-10
mysql-test/suite/funcs_2/charset/charset_master.test
mysql-test/suite/funcs_2/charset/charset_master.test
+2
-0
mysql-test/suite/funcs_2/r/innodb_charset.result
mysql-test/suite/funcs_2/r/innodb_charset.result
+4
-2
mysql-test/suite/funcs_2/r/memory_charset.result
mysql-test/suite/funcs_2/r/memory_charset.result
+4
-2
mysql-test/suite/funcs_2/r/myisam_charset.result
mysql-test/suite/funcs_2/r/myisam_charset.result
+4
-2
mysql-test/suite/funcs_2/t/disabled.def
mysql-test/suite/funcs_2/t/disabled.def
+2
-4
No files found.
mysql-test/suite/funcs_2/charset/charset_master.test
View file @
33235ad8
...
...
@@ -695,3 +695,5 @@ let $coll= utf8_unicode_ci;
}
DROP
database
test
;
CREATE
database
test
;
\ No newline at end of file
mysql-test/suite/funcs_2/r/innodb_charset.result
View file @
33235ad8
...
...
@@ -27980,6 +27980,7 @@ F6 1
213 1
53 1
73 1
DF 1
15A 1
15B 1
15C 1
...
...
@@ -28150,7 +28151,6 @@ F8 1
1FF 1
DE 1
FE 1
DF 1
F7 1
110 1
111 1
...
...
@@ -78790,6 +78790,7 @@ C892 1
C893 1
53 1
73 1
C39F 1
C59A 1
C59B 1
C59C 1
...
...
@@ -78960,7 +78961,6 @@ C7BE 1
C7BF 1
C39E 1
C3BE 1
C39F 1
C3B7 1
C490 1
C491 1
...
...
@@ -119154,3 +119154,5 @@ DFBD 1
DFBE 1
DFBF 1
DROP TABLE IF EXISTS test.t1;
DROP database test;
CREATE database test;
mysql-test/suite/funcs_2/r/memory_charset.result
View file @
33235ad8
...
...
@@ -27980,6 +27980,7 @@ F6 1
213 1
53 1
73 1
DF 1
15A 1
15B 1
15C 1
...
...
@@ -28150,7 +28151,6 @@ F8 1
1FF 1
DE 1
FE 1
DF 1
F7 1
110 1
111 1
...
...
@@ -78790,6 +78790,7 @@ C892 1
C893 1
53 1
73 1
C39F 1
C59A 1
C59B 1
C59C 1
...
...
@@ -78960,7 +78961,6 @@ C7BE 1
C7BF 1
C39E 1
C3BE 1
C39F 1
C3B7 1
C490 1
C491 1
...
...
@@ -119154,3 +119154,5 @@ DFBD 1
DFBE 1
DFBF 1
DROP TABLE IF EXISTS test.t1;
DROP database test;
CREATE database test;
mysql-test/suite/funcs_2/r/myisam_charset.result
View file @
33235ad8
...
...
@@ -27980,6 +27980,7 @@ F6 1
213 1
53 1
73 1
DF 1
15A 1
15B 1
15C 1
...
...
@@ -28150,7 +28151,6 @@ F8 1
1FF 1
DE 1
FE 1
DF 1
F7 1
110 1
111 1
...
...
@@ -78790,6 +78790,7 @@ C892 1
C893 1
53 1
73 1
C39F 1
C59A 1
C59B 1
C59C 1
...
...
@@ -78960,7 +78961,6 @@ C7BE 1
C7BF 1
C39E 1
C3BE 1
C39F 1
C3B7 1
C490 1
C491 1
...
...
@@ -119154,3 +119154,5 @@ DFBD 1
DFBE 1
DFBF 1
DROP TABLE IF EXISTS test.t1;
DROP database test;
CREATE database test;
mysql-test/suite/funcs_2/t/disabled.def
View file @
33235ad8
# Disabled by hhunger (2008-03-03) due to WL4204
innodb_charset : Bug#20447 Problem with prefix keys with contractions and expansions
myisam_charset : Bug#20447 Problem with prefix keys with contractions and expansions
memory_charset : Bug#20447 Problem with prefix keys with contractions and expansions
# Should maybe be enabled, but ndb is not part of the ordinary build.
# Bernt M. Johnsen 2010-05-10
ndb_charset : Bug#20447 Problem with prefix keys with contractions and expansions
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