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:
@ -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)
|
||||
|
Reference in New Issue
Block a user