1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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

This commit is contained in:
Bernt M. Johnsen
2010-08-19 09:31:24 +02:00
parent f827ef9ed4
commit 27f5c57cb0
5 changed files with 16 additions and 10 deletions

View File

@ -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;