mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-6353 my_ismbchar() and my_mbcharlen() refactoring
This commit is contained in:
@ -184,7 +184,7 @@ static bool set_one_value(ha_create_table_option *opt,
|
||||
{
|
||||
for (end=start;
|
||||
*end && *end != ',';
|
||||
end+= my_mbcharlen(system_charset_info, *end)) /* no-op */;
|
||||
end++) /* no-op */;
|
||||
if (!my_strnncoll(system_charset_info,
|
||||
(uchar*)start, end-start,
|
||||
(uchar*)value->str, value->length))
|
||||
|
Reference in New Issue
Block a user