mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
Conflicts: cmake/make_dist.cmake.in mysql-test/r/func_json.result mysql-test/r/ps.result mysql-test/t/func_json.test mysql-test/t/ps.test sql/item_cmpfunc.h
This commit is contained in:
@ -781,10 +781,10 @@ String *Item_func_json_extract::read_json(String *str,
|
||||
{
|
||||
str->set_charset(js->charset());
|
||||
str->length(0);
|
||||
}
|
||||
|
||||
if (possible_multiple_values && str->append("[", 1))
|
||||
goto error;
|
||||
if (possible_multiple_values && str->append("[", 1))
|
||||
goto error;
|
||||
}
|
||||
|
||||
json_get_path_start(&je, js->charset(),(const uchar *) js->ptr(),
|
||||
(const uchar *) js->ptr() + js->length(), &p);
|
||||
|
Reference in New Issue
Block a user