Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
Description
SELECT JSON_ARRAY(); |
10.2 6a10681266 |
#3 <signal handler called>
|
#4 0x00007fe6735532fa in Item_func_or_sum::agg_item_collations (this=0x7fe62b860138, c=..., fname=0x7fe673e57566 "json_array", av=0x0, count=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.cc:2162
|
#5 0x00007fe673589ec0 in Item_func_or_sum::agg_arg_charsets (this=0x7fe62b860138, c=..., items=0x0, nitems=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.h:3977
|
#6 0x00007fe6735c51a4 in Item_func_or_sum::agg_arg_charsets_for_string_result (this=0x7fe62b860138, c=..., items=0x0, nitems=0, item_sep=1) at /data/src/10.2/sql/item.h:3995
|
#7 0x00007fe673712601 in Item_func_json_array::fix_length_and_dec (this=0x7fe62b860138) at /data/src/10.2/sql/item_jsonfunc.cc:874
|
#8 0x00007fe6735ae283 in Item_func::fix_fields (this=0x7fe62b860138, thd=0x7fe62b816070, ref=0x7fe62b860220) at /data/src/10.2/sql/item_func.cc:236
|
#9 0x00007fe6735de99d in Item_str_func::fix_fields (this=0x7fe62b860138, thd=0x7fe62b816070, ref=0x7fe62b860220) at /data/src/10.2/sql/item_strfunc.cc:105
|
#10 0x00007fe67326e128 in setup_fields (thd=0x7fe62b816070, ref_pointer_array=..., fields=..., mark_used_columns=MARK_COLUMNS_READ, sum_func_list=0x7fe62b8605f8, allow_sum_func=true) at /data/src/10.2/sql/sql_base.cc:6969
|
#11 0x00007fe673311db4 in JOIN::prepare (this=0x7fe62b8602e8, tables_init=0x0, wild_num=0, conds_init=0x0, og_num=0, order_init=0x0, skip_order_by=false, group_init=0x0, having_init=0x0, proc_param_init=0x0, select_lex_arg=0x7fe62b81a280, unit_arg=0x7fe62b819b48) at /data/src/10.2/sql/sql_select.cc:801
|
#12 0x00007fe67331b98b in mysql_select (thd=0x7fe62b816070, tables=0x0, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7fe62b8602c8, unit=0x7fe62b819b48, select_lex=0x7fe62b81a280) at /data/src/10.2/sql/sql_select.cc:3561
|
#13 0x00007fe673310b25 in handle_select (thd=0x7fe62b816070, lex=0x7fe62b819a80, result=0x7fe62b8602c8, setup_tables_done_option=0) at /data/src/10.2/sql/sql_select.cc:373
|
#14 0x00007fe6732dd46f in execute_sqlcom_select (thd=0x7fe62b816070, all_tables=0x0) at /data/src/10.2/sql/sql_parse.cc:6356
|
#15 0x00007fe6732d2f2a in mysql_execute_command (thd=0x7fe62b816070) at /data/src/10.2/sql/sql_parse.cc:3379
|
#16 0x00007fe6732e0e2e in mysql_parse (thd=0x7fe62b816070, rawbuf=0x7fe62b860088 "SELECT JSON_ARRAY()", length=19, parser_state=0x7fe6743d4e20, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:7799
|
#17 0x00007fe6732ceb7e in dispatch_command (command=COM_QUERY, thd=0x7fe62b816070, packet=0x7fe62b854071 "SELECT JSON_ARRAY()", packet_length=19, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:1808
|
#18 0x00007fe6732cd558 in do_command (thd=0x7fe62b816070) at /data/src/10.2/sql/sql_parse.cc:1368
|
#19 0x00007fe673414a26 in do_handle_one_connection (connect=0x7fe66fc5ff70) at /data/src/10.2/sql/sql_connect.cc:1354
|
#20 0x00007fe6734147b3 in handle_one_connection (arg=0x7fe66fc5ff70) at /data/src/10.2/sql/sql_connect.cc:1260
|
#21 0x00007fe67290c0a4 in start_thread (arg=0x7fe6743d6300) at pthread_create.c:309
|
#22 0x00007fe6708b987d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
|
Attachments
Issue Links
- relates to
-
MDEV-9143 JSON_xxx functions
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to TODO-873 [ TODO-873 ] |
Description |
{code:sq}
SELECT JSON_SET('{ "a" : "foo", "b" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT()); {code} {noformat:title=10.2 6a10681266} #3 <signal handler called> #4 0x00007f4c3b0522fa in Item_func_or_sum::agg_item_collations (this=0x7f4bf3460390, c=..., fname=0x7f4c3b956595 "json_object", av=0x0, count=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.cc:2162 #5 0x00007f4c3b088ec0 in Item_func_or_sum::agg_arg_charsets (this=0x7f4bf3460390, c=..., items=0x0, nitems=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.h:3977 #6 0x00007f4c3b0c41a4 in Item_func_or_sum::agg_arg_charsets_for_string_result (this=0x7f4bf3460390, c=..., items=0x0, nitems=0, item_sep=1) at /data/src/10.2/sql/item.h:3995 #7 0x00007f4c3b211601 in Item_func_json_array::fix_length_and_dec (this=0x7f4bf3460390) at /data/src/10.2/sql/item_jsonfunc.cc:874 #8 0x00007f4c3b0ad283 in Item_func::fix_fields (this=0x7f4bf3460390, thd=0x7f4bf3416070, ref=0x7f4bf34605d0) at /data/src/10.2/sql/item_func.cc:236 #9 0x00007f4c3b0dd99d in Item_str_func::fix_fields (this=0x7f4bf3460390, thd=0x7f4bf3416070, ref=0x7f4bf34605d0) at /data/src/10.2/sql/item_strfunc.cc:105 #10 0x00007f4c3b0ad01b in Item_func::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_func.cc:209 #11 0x00007f4c3b0dd99d in Item_str_func::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_strfunc.cc:105 #12 0x00007f4c3b20fadd in Item_json_str_multipath::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_jsonfunc.cc:399 #13 0x00007f4c3ad6d128 in setup_fields (thd=0x7f4bf3416070, ref_pointer_array=..., fields=..., mark_used_columns=MARK_COLUMNS_READ, sum_func_list=0x7f4bf34609f0, allow_sum_func=true) at /data/src/10.2/sql/sql_base.cc:6969 #14 0x00007f4c3ae10db4 in JOIN::prepare (this=0x7f4bf34606e0, tables_init=0x0, wild_num=0, conds_init=0x0, og_num=0, order_init=0x0, skip_order_by=false, group_init=0x0, having_init=0x0, proc_param_init=0x0, select_lex_arg=0x7f4bf341a280, unit_arg=0x7f4bf3419b48) at /data/src/10.2/sql/sql_select.cc:801 #15 0x00007f4c3ae1a98b in mysql_select (thd=0x7f4bf3416070, tables=0x0, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7f4bf34606c0, unit=0x7f4bf3419b48, select_lex=0x7f4bf341a280) at /data/src/10.2/sql/sql_select.cc:3561 #16 0x00007f4c3ae0fb25 in handle_select (thd=0x7f4bf3416070, lex=0x7f4bf3419a80, result=0x7f4bf34606c0, setup_tables_done_option=0) at /data/src/10.2/sql/sql_select.cc:373 #17 0x00007f4c3addc46f in execute_sqlcom_select (thd=0x7f4bf3416070, all_tables=0x0) at /data/src/10.2/sql/sql_parse.cc:6356 #18 0x00007f4c3add1f2a in mysql_execute_command (thd=0x7f4bf3416070) at /data/src/10.2/sql/sql_parse.cc:3379 #19 0x00007f4c3addfe2e in mysql_parse (thd=0x7f4bf3416070, rawbuf=0x7f4bf3460088 "SELECT JSON_SET('{ \"a\" : \"foo\", \"b\" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT())", length=75, parser_state=0x7f4c3bed3e20, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:7799 #20 0x00007f4c3adcdb7e in dispatch_command (command=COM_QUERY, thd=0x7f4bf3416070, packet=0x7f4bf3454071 "SELECT JSON_SET('{ \"a\" : \"foo\", \"b\" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT())", packet_length=75, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:1808 #21 0x00007f4c3adcc558 in do_command (thd=0x7f4bf3416070) at /data/src/10.2/sql/sql_parse.cc:1368 #22 0x00007f4c3af13a26 in do_handle_one_connection (connect=0x7f4c3785ff70) at /data/src/10.2/sql/sql_connect.cc:1354 #23 0x00007f4c3af137b3 in handle_one_connection (arg=0x7f4c3785ff70) at /data/src/10.2/sql/sql_connect.cc:1260 #24 0x00007f4c3a40b0a4 in start_thread (arg=0x7f4c3bed5300) at pthread_create.c:309 #25 0x00007f4c383b887d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 {noformat} |
{code:sql}
SELECT JSON_SET('{ "a" : "foo", "b" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT()); {code} {noformat:title=10.2 6a10681266} #3 <signal handler called> #4 0x00007f4c3b0522fa in Item_func_or_sum::agg_item_collations (this=0x7f4bf3460390, c=..., fname=0x7f4c3b956595 "json_object", av=0x0, count=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.cc:2162 #5 0x00007f4c3b088ec0 in Item_func_or_sum::agg_arg_charsets (this=0x7f4bf3460390, c=..., items=0x0, nitems=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.h:3977 #6 0x00007f4c3b0c41a4 in Item_func_or_sum::agg_arg_charsets_for_string_result (this=0x7f4bf3460390, c=..., items=0x0, nitems=0, item_sep=1) at /data/src/10.2/sql/item.h:3995 #7 0x00007f4c3b211601 in Item_func_json_array::fix_length_and_dec (this=0x7f4bf3460390) at /data/src/10.2/sql/item_jsonfunc.cc:874 #8 0x00007f4c3b0ad283 in Item_func::fix_fields (this=0x7f4bf3460390, thd=0x7f4bf3416070, ref=0x7f4bf34605d0) at /data/src/10.2/sql/item_func.cc:236 #9 0x00007f4c3b0dd99d in Item_str_func::fix_fields (this=0x7f4bf3460390, thd=0x7f4bf3416070, ref=0x7f4bf34605d0) at /data/src/10.2/sql/item_strfunc.cc:105 #10 0x00007f4c3b0ad01b in Item_func::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_func.cc:209 #11 0x00007f4c3b0dd99d in Item_str_func::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_strfunc.cc:105 #12 0x00007f4c3b20fadd in Item_json_str_multipath::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_jsonfunc.cc:399 #13 0x00007f4c3ad6d128 in setup_fields (thd=0x7f4bf3416070, ref_pointer_array=..., fields=..., mark_used_columns=MARK_COLUMNS_READ, sum_func_list=0x7f4bf34609f0, allow_sum_func=true) at /data/src/10.2/sql/sql_base.cc:6969 #14 0x00007f4c3ae10db4 in JOIN::prepare (this=0x7f4bf34606e0, tables_init=0x0, wild_num=0, conds_init=0x0, og_num=0, order_init=0x0, skip_order_by=false, group_init=0x0, having_init=0x0, proc_param_init=0x0, select_lex_arg=0x7f4bf341a280, unit_arg=0x7f4bf3419b48) at /data/src/10.2/sql/sql_select.cc:801 #15 0x00007f4c3ae1a98b in mysql_select (thd=0x7f4bf3416070, tables=0x0, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7f4bf34606c0, unit=0x7f4bf3419b48, select_lex=0x7f4bf341a280) at /data/src/10.2/sql/sql_select.cc:3561 #16 0x00007f4c3ae0fb25 in handle_select (thd=0x7f4bf3416070, lex=0x7f4bf3419a80, result=0x7f4bf34606c0, setup_tables_done_option=0) at /data/src/10.2/sql/sql_select.cc:373 #17 0x00007f4c3addc46f in execute_sqlcom_select (thd=0x7f4bf3416070, all_tables=0x0) at /data/src/10.2/sql/sql_parse.cc:6356 #18 0x00007f4c3add1f2a in mysql_execute_command (thd=0x7f4bf3416070) at /data/src/10.2/sql/sql_parse.cc:3379 #19 0x00007f4c3addfe2e in mysql_parse (thd=0x7f4bf3416070, rawbuf=0x7f4bf3460088 "SELECT JSON_SET('{ \"a\" : \"foo\", \"b\" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT())", length=75, parser_state=0x7f4c3bed3e20, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:7799 #20 0x00007f4c3adcdb7e in dispatch_command (command=COM_QUERY, thd=0x7f4bf3416070, packet=0x7f4bf3454071 "SELECT JSON_SET('{ \"a\" : \"foo\", \"b\" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT())", packet_length=75, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:1808 #21 0x00007f4c3adcc558 in do_command (thd=0x7f4bf3416070) at /data/src/10.2/sql/sql_parse.cc:1368 #22 0x00007f4c3af13a26 in do_handle_one_connection (connect=0x7f4c3785ff70) at /data/src/10.2/sql/sql_connect.cc:1354 #23 0x00007f4c3af137b3 in handle_one_connection (arg=0x7f4c3785ff70) at /data/src/10.2/sql/sql_connect.cc:1260 #24 0x00007f4c3a40b0a4 in start_thread (arg=0x7f4c3bed5300) at pthread_create.c:309 #25 0x00007f4c383b887d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 {noformat} |
Description |
{code:sql}
SELECT JSON_SET('{ "a" : "foo", "b" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT()); {code} {noformat:title=10.2 6a10681266} #3 <signal handler called> #4 0x00007f4c3b0522fa in Item_func_or_sum::agg_item_collations (this=0x7f4bf3460390, c=..., fname=0x7f4c3b956595 "json_object", av=0x0, count=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.cc:2162 #5 0x00007f4c3b088ec0 in Item_func_or_sum::agg_arg_charsets (this=0x7f4bf3460390, c=..., items=0x0, nitems=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.h:3977 #6 0x00007f4c3b0c41a4 in Item_func_or_sum::agg_arg_charsets_for_string_result (this=0x7f4bf3460390, c=..., items=0x0, nitems=0, item_sep=1) at /data/src/10.2/sql/item.h:3995 #7 0x00007f4c3b211601 in Item_func_json_array::fix_length_and_dec (this=0x7f4bf3460390) at /data/src/10.2/sql/item_jsonfunc.cc:874 #8 0x00007f4c3b0ad283 in Item_func::fix_fields (this=0x7f4bf3460390, thd=0x7f4bf3416070, ref=0x7f4bf34605d0) at /data/src/10.2/sql/item_func.cc:236 #9 0x00007f4c3b0dd99d in Item_str_func::fix_fields (this=0x7f4bf3460390, thd=0x7f4bf3416070, ref=0x7f4bf34605d0) at /data/src/10.2/sql/item_strfunc.cc:105 #10 0x00007f4c3b0ad01b in Item_func::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_func.cc:209 #11 0x00007f4c3b0dd99d in Item_str_func::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_strfunc.cc:105 #12 0x00007f4c3b20fadd in Item_json_str_multipath::fix_fields (this=0x7f4bf3460490, thd=0x7f4bf3416070, ref=0x7f4bf34605e0) at /data/src/10.2/sql/item_jsonfunc.cc:399 #13 0x00007f4c3ad6d128 in setup_fields (thd=0x7f4bf3416070, ref_pointer_array=..., fields=..., mark_used_columns=MARK_COLUMNS_READ, sum_func_list=0x7f4bf34609f0, allow_sum_func=true) at /data/src/10.2/sql/sql_base.cc:6969 #14 0x00007f4c3ae10db4 in JOIN::prepare (this=0x7f4bf34606e0, tables_init=0x0, wild_num=0, conds_init=0x0, og_num=0, order_init=0x0, skip_order_by=false, group_init=0x0, having_init=0x0, proc_param_init=0x0, select_lex_arg=0x7f4bf341a280, unit_arg=0x7f4bf3419b48) at /data/src/10.2/sql/sql_select.cc:801 #15 0x00007f4c3ae1a98b in mysql_select (thd=0x7f4bf3416070, tables=0x0, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7f4bf34606c0, unit=0x7f4bf3419b48, select_lex=0x7f4bf341a280) at /data/src/10.2/sql/sql_select.cc:3561 #16 0x00007f4c3ae0fb25 in handle_select (thd=0x7f4bf3416070, lex=0x7f4bf3419a80, result=0x7f4bf34606c0, setup_tables_done_option=0) at /data/src/10.2/sql/sql_select.cc:373 #17 0x00007f4c3addc46f in execute_sqlcom_select (thd=0x7f4bf3416070, all_tables=0x0) at /data/src/10.2/sql/sql_parse.cc:6356 #18 0x00007f4c3add1f2a in mysql_execute_command (thd=0x7f4bf3416070) at /data/src/10.2/sql/sql_parse.cc:3379 #19 0x00007f4c3addfe2e in mysql_parse (thd=0x7f4bf3416070, rawbuf=0x7f4bf3460088 "SELECT JSON_SET('{ \"a\" : \"foo\", \"b\" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT())", length=75, parser_state=0x7f4c3bed3e20, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:7799 #20 0x00007f4c3adcdb7e in dispatch_command (command=COM_QUERY, thd=0x7f4bf3416070, packet=0x7f4bf3454071 "SELECT JSON_SET('{ \"a\" : \"foo\", \"b\" : [ 1, 2, 3 ] }', '$.a', JSON_OBJECT())", packet_length=75, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:1808 #21 0x00007f4c3adcc558 in do_command (thd=0x7f4bf3416070) at /data/src/10.2/sql/sql_parse.cc:1368 #22 0x00007f4c3af13a26 in do_handle_one_connection (connect=0x7f4c3785ff70) at /data/src/10.2/sql/sql_connect.cc:1354 #23 0x00007f4c3af137b3 in handle_one_connection (arg=0x7f4c3785ff70) at /data/src/10.2/sql/sql_connect.cc:1260 #24 0x00007f4c3a40b0a4 in start_thread (arg=0x7f4c3bed5300) at pthread_create.c:309 #25 0x00007f4c383b887d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 {noformat} |
{code:sql}
SELECT JSON_ARRAY(); {code} {noformat:title=10.2 6a10681266} #3 <signal handler called> #4 0x00007fe6735532fa in Item_func_or_sum::agg_item_collations (this=0x7fe62b860138, c=..., fname=0x7fe673e57566 "json_array", av=0x0, count=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.cc:2162 #5 0x00007fe673589ec0 in Item_func_or_sum::agg_arg_charsets (this=0x7fe62b860138, c=..., items=0x0, nitems=0, flags=11, item_sep=1) at /data/src/10.2/sql/item.h:3977 #6 0x00007fe6735c51a4 in Item_func_or_sum::agg_arg_charsets_for_string_result (this=0x7fe62b860138, c=..., items=0x0, nitems=0, item_sep=1) at /data/src/10.2/sql/item.h:3995 #7 0x00007fe673712601 in Item_func_json_array::fix_length_and_dec (this=0x7fe62b860138) at /data/src/10.2/sql/item_jsonfunc.cc:874 #8 0x00007fe6735ae283 in Item_func::fix_fields (this=0x7fe62b860138, thd=0x7fe62b816070, ref=0x7fe62b860220) at /data/src/10.2/sql/item_func.cc:236 #9 0x00007fe6735de99d in Item_str_func::fix_fields (this=0x7fe62b860138, thd=0x7fe62b816070, ref=0x7fe62b860220) at /data/src/10.2/sql/item_strfunc.cc:105 #10 0x00007fe67326e128 in setup_fields (thd=0x7fe62b816070, ref_pointer_array=..., fields=..., mark_used_columns=MARK_COLUMNS_READ, sum_func_list=0x7fe62b8605f8, allow_sum_func=true) at /data/src/10.2/sql/sql_base.cc:6969 #11 0x00007fe673311db4 in JOIN::prepare (this=0x7fe62b8602e8, tables_init=0x0, wild_num=0, conds_init=0x0, og_num=0, order_init=0x0, skip_order_by=false, group_init=0x0, having_init=0x0, proc_param_init=0x0, select_lex_arg=0x7fe62b81a280, unit_arg=0x7fe62b819b48) at /data/src/10.2/sql/sql_select.cc:801 #12 0x00007fe67331b98b in mysql_select (thd=0x7fe62b816070, tables=0x0, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7fe62b8602c8, unit=0x7fe62b819b48, select_lex=0x7fe62b81a280) at /data/src/10.2/sql/sql_select.cc:3561 #13 0x00007fe673310b25 in handle_select (thd=0x7fe62b816070, lex=0x7fe62b819a80, result=0x7fe62b8602c8, setup_tables_done_option=0) at /data/src/10.2/sql/sql_select.cc:373 #14 0x00007fe6732dd46f in execute_sqlcom_select (thd=0x7fe62b816070, all_tables=0x0) at /data/src/10.2/sql/sql_parse.cc:6356 #15 0x00007fe6732d2f2a in mysql_execute_command (thd=0x7fe62b816070) at /data/src/10.2/sql/sql_parse.cc:3379 #16 0x00007fe6732e0e2e in mysql_parse (thd=0x7fe62b816070, rawbuf=0x7fe62b860088 "SELECT JSON_ARRAY()", length=19, parser_state=0x7fe6743d4e20, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:7799 #17 0x00007fe6732ceb7e in dispatch_command (command=COM_QUERY, thd=0x7fe62b816070, packet=0x7fe62b854071 "SELECT JSON_ARRAY()", packet_length=19, is_com_multi=false, is_next_command=false) at /data/src/10.2/sql/sql_parse.cc:1808 #18 0x00007fe6732cd558 in do_command (thd=0x7fe62b816070) at /data/src/10.2/sql/sql_parse.cc:1368 #19 0x00007fe673414a26 in do_handle_one_connection (connect=0x7fe66fc5ff70) at /data/src/10.2/sql/sql_connect.cc:1354 #20 0x00007fe6734147b3 in handle_one_connection (arg=0x7fe66fc5ff70) at /data/src/10.2/sql/sql_connect.cc:1260 #21 0x00007fe67290c0a4 in start_thread (arg=0x7fe6743d6300) at pthread_create.c:309 #22 0x00007fe6708b987d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 {noformat} |
Component/s | JSON [ 13908 ] | |
Component/s | OTHER [ 10125 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.2.5 [ 22117 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Fix Version/s | 10.2.3 [ 22115 ] | |
Fix Version/s | 10.2.5 [ 22117 ] |
Workflow | MariaDB v3 [ 78583 ] | MariaDB v4 [ 151292 ] |
http://lists.askmonty.org/pipermail/commits/2016-December/010171.html