mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg
This commit is contained in:
@@ -1656,15 +1656,7 @@ int json_unescape(CHARSET_INFO *json_cs,
|
||||
}
|
||||
if (c_len == MY_CS_ILUNI)
|
||||
{
|
||||
/*
|
||||
Result charset doesn't support the json's character.
|
||||
Let's replace it with the '?' symbol.
|
||||
*/
|
||||
if ((c_len= my_ci_wc_mb(res_cs, '?', res, res_end)) > 0)
|
||||
{
|
||||
res+= c_len;
|
||||
continue;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
/* Result buffer is too small. */
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user