mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Merge 10.6 into 10.7
This commit is contained in:
@@ -375,7 +375,7 @@ int json_find_paths_next(json_engine_t *je, json_find_paths_t *state);
|
||||
|
||||
|
||||
/*
|
||||
Converst JSON string constant into ordinary string constant
|
||||
Convert JSON string constant into ordinary string constant
|
||||
which can involve unpacking json escapes and changing character set.
|
||||
Returns negative integer in the case of an error,
|
||||
the length of the result otherwise.
|
||||
@@ -386,7 +386,7 @@ int json_unescape(CHARSET_INFO *json_cs,
|
||||
uchar *res, uchar *res_end);
|
||||
|
||||
/*
|
||||
Converst ordinary string constant into JSON string constant.
|
||||
Convert ordinary string constant into JSON string constant.
|
||||
which can involve appropriate escaping and changing character set.
|
||||
Returns negative integer in the case of an error,
|
||||
the length of the result otherwise.
|
||||
|
Reference in New Issue
Block a user