diff options
author | bar@mysql.com <> | 2005-06-28 15:00:22 +0500 |
---|---|---|
committer | bar@mysql.com <> | 2005-06-28 15:00:22 +0500 |
commit | 46536c3a60a00131ceaec7760813bbdae2d301c4 (patch) | |
tree | b205719ca1f2fd190bb9062325c7cd5ff12f84ca /client/mysqlimport.c | |
parent | eaec18bda635cbed6242a7c960596c216aa14afc (diff) | |
download | mariadb-git-46536c3a60a00131ceaec7760813bbdae2d301c4.tar.gz |
ctype_ucs.result, ctype_ucs.test, ctype_utf8.result, ctype_utf8.test:
Fixing tests accordingly.
ctype-ucs2.c:
The same fix for UCS2.
ctype-utf8.c:
Bug #9557
MyISAM utf8 table crash
The problem was that my_strnncollsp_xxx could
return big value in the range 0..0xffff.
for some constant pairs it could return 32738,
which is defined as MI_FOUND_WRONG_KEY in
myisamdef.h. As a result, table considered to
be crashed.
Fix to return -1,0 or 1.
Diffstat (limited to 'client/mysqlimport.c')
0 files changed, 0 insertions, 0 deletions