Commit 67d895d4 authored by Bernt M. Johnsen's avatar Bernt M. Johnsen

Bug#53563 Fix and enable charset/collation tests in funcs_2

parent 89e6eb0b
...@@ -695,3 +695,5 @@ let $coll= utf8_unicode_ci; ...@@ -695,3 +695,5 @@ let $coll= utf8_unicode_ci;
} }
DROP database test;
CREATE database test;
\ No newline at end of file
...@@ -27980,6 +27980,7 @@ F6 1 ...@@ -27980,6 +27980,7 @@ F6 1
213 1 213 1
53 1 53 1
73 1 73 1
DF 1
15A 1 15A 1
15B 1 15B 1
15C 1 15C 1
...@@ -28150,7 +28151,6 @@ F8 1 ...@@ -28150,7 +28151,6 @@ F8 1
1FF 1 1FF 1
DE 1 DE 1
FE 1 FE 1
DF 1
F7 1 F7 1
110 1 110 1
111 1 111 1
...@@ -78790,6 +78790,7 @@ C892 1 ...@@ -78790,6 +78790,7 @@ C892 1
C893 1 C893 1
53 1 53 1
73 1 73 1
C39F 1
C59A 1 C59A 1
C59B 1 C59B 1
C59C 1 C59C 1
...@@ -78960,7 +78961,6 @@ C7BE 1 ...@@ -78960,7 +78961,6 @@ C7BE 1
C7BF 1 C7BF 1
C39E 1 C39E 1
C3BE 1 C3BE 1
C39F 1
C3B7 1 C3B7 1
C490 1 C490 1
C491 1 C491 1
...@@ -119154,3 +119154,5 @@ DFBD 1 ...@@ -119154,3 +119154,5 @@ DFBD 1
DFBE 1 DFBE 1
DFBF 1 DFBF 1
DROP TABLE IF EXISTS test.t1; DROP TABLE IF EXISTS test.t1;
DROP database test;
CREATE database test;
...@@ -27980,6 +27980,7 @@ F6 1 ...@@ -27980,6 +27980,7 @@ F6 1
213 1 213 1
53 1 53 1
73 1 73 1
DF 1
15A 1 15A 1
15B 1 15B 1
15C 1 15C 1
...@@ -28150,7 +28151,6 @@ F8 1 ...@@ -28150,7 +28151,6 @@ F8 1
1FF 1 1FF 1
DE 1 DE 1
FE 1 FE 1
DF 1
F7 1 F7 1
110 1 110 1
111 1 111 1
...@@ -78790,6 +78790,7 @@ C892 1 ...@@ -78790,6 +78790,7 @@ C892 1
C893 1 C893 1
53 1 53 1
73 1 73 1
C39F 1
C59A 1 C59A 1
C59B 1 C59B 1
C59C 1 C59C 1
...@@ -78960,7 +78961,6 @@ C7BE 1 ...@@ -78960,7 +78961,6 @@ C7BE 1
C7BF 1 C7BF 1
C39E 1 C39E 1
C3BE 1 C3BE 1
C39F 1
C3B7 1 C3B7 1
C490 1 C490 1
C491 1 C491 1
...@@ -119154,3 +119154,5 @@ DFBD 1 ...@@ -119154,3 +119154,5 @@ DFBD 1
DFBE 1 DFBE 1
DFBF 1 DFBF 1
DROP TABLE IF EXISTS test.t1; DROP TABLE IF EXISTS test.t1;
DROP database test;
CREATE database test;
...@@ -27980,6 +27980,7 @@ F6 1 ...@@ -27980,6 +27980,7 @@ F6 1
213 1 213 1
53 1 53 1
73 1 73 1
DF 1
15A 1 15A 1
15B 1 15B 1
15C 1 15C 1
...@@ -28150,7 +28151,6 @@ F8 1 ...@@ -28150,7 +28151,6 @@ F8 1
1FF 1 1FF 1
DE 1 DE 1
FE 1 FE 1
DF 1
F7 1 F7 1
110 1 110 1
111 1 111 1
...@@ -78790,6 +78790,7 @@ C892 1 ...@@ -78790,6 +78790,7 @@ C892 1
C893 1 C893 1
53 1 53 1
73 1 73 1
C39F 1
C59A 1 C59A 1
C59B 1 C59B 1
C59C 1 C59C 1
...@@ -78960,7 +78961,6 @@ C7BE 1 ...@@ -78960,7 +78961,6 @@ C7BE 1
C7BF 1 C7BF 1
C39E 1 C39E 1
C3BE 1 C3BE 1
C39F 1
C3B7 1 C3B7 1
C490 1 C490 1
C491 1 C491 1
...@@ -119154,3 +119154,5 @@ DFBD 1 ...@@ -119154,3 +119154,5 @@ DFBD 1
DFBE 1 DFBE 1
DFBF 1 DFBF 1
DROP TABLE IF EXISTS test.t1; DROP TABLE IF EXISTS test.t1;
DROP database test;
CREATE database test;
# Disabled by hhunger (2008-03-03) due to WL4204 # Should maybe be enabled, but ndb is not part of the ordinary build.
innodb_charset : Bug#20447 Problem with prefix keys with contractions and expansions # Bernt M. Johnsen 2010-05-10
myisam_charset : Bug#20447 Problem with prefix keys with contractions and expansions
memory_charset : Bug#20447 Problem with prefix keys with contractions and expansions
ndb_charset : Bug#20447 Problem with prefix keys with contractions and expansions ndb_charset : Bug#20447 Problem with prefix keys with contractions and expansions
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment