1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Big5 conversion routines

include/m_ctype.h:
  Add conversion routines prototypes
sql/init.cc:
  Fix for small bug
This commit is contained in:
unknown
2002-03-29 19:54:21 +04:00
parent 4206cf1289
commit b68daf5c83
4 changed files with 5839 additions and 9 deletions

View File

@ -60,7 +60,7 @@ void unireg_init(ulong options)
uchar max_char;
if (!cs->sort_order)
continue;
cs->sort_order[(uchar) cs->max_sort_char];
max_char=cs->sort_order[(uchar) cs->max_sort_char];
for (i = 0; i < 256; i++)
{
if ((uchar) cs->sort_order[i] > max_char)