Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.2.9
    • 10.2.11
    • JSON
    • None
    • Win64
    • 10.2.11

    Description

      Version: '10.2.9-MariaDB'  socket: ''  port: 3306  mariadb.org binary distribution
      mysqld.exe!skip_num_constant()[json_lib.c:508]
      mysqld.exe!read_num()[json_lib.c:539]
      mysqld.exe!json_read_value()[json_lib.c:943]
      mysqld.exe!Item_func_json_unquote::read_json()[item_jsonfunc.cc:602]
      mysqld.exe!Item_func_json_unquote::val_str()[item_jsonfunc.cc:620]
      mysqld.exe!Item_str_func::update_null_value()[item_strfunc.h:74]
      mysqld.exe!Item_avg_field::is_null()[item_sum.h:1244]
      mysqld.exe!mysql_do()[sql_do.cc:34]
      mysqld.exe!mysql_execute_command()[sql_parse.cc:3495]
      mysqld.exe!mysql_parse()[sql_parse.cc:7880]
      mysqld.exe!dispatch_command()[sql_parse.cc:1814]
      mysqld.exe!do_command()[sql_parse.cc:1359]
      mysqld.exe!threadpool_process_request()[threadpool_common.cc:366]
      

      How to repeat
      #a few testcases....

      do json_valid(0x36f0c8dccd83c5eac156da);
      do json_type(0x34f4);
      do json_unquote(concat_ws(0xde131ca50deb,@g,21553,0x593c35));
      do json_type(0x38ea);
      do json_valid(0x31f21f91fe8361);
      do json_depth(0x33ec0b);
      do json_valid(0x36ec634665d6);
      do json_depth(reverse(0xd4ce69de33));
      do json_valid(0x30e40d);
      

      Attachments

        Activity

          sbester1 sbester1 created issue -
          elenst Elena Stepanova made changes -
          Field Original Value New Value
          Status Open [ 1 ] Confirmed [ 10101 ]

          Thanks for the report and test cases.

          elenst Elena Stepanova added a comment - Thanks for the report and test cases.
          elenst Elena Stepanova made changes -
          Fix Version/s 10.2 [ 14601 ]
          Assignee Alexey Botchkov [ holyfoot ]
          Description
          {noformat}
          Version: '10.2.9-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
          mysqld.exe!skip_num_constant()[json_lib.c:508]
          mysqld.exe!read_num()[json_lib.c:539]
          mysqld.exe!json_read_value()[json_lib.c:943]
          mysqld.exe!Item_func_json_unquote::read_json()[item_jsonfunc.cc:602]
          mysqld.exe!Item_func_json_unquote::val_str()[item_jsonfunc.cc:620]
          mysqld.exe!Item_str_func::update_null_value()[item_strfunc.h:74]
          mysqld.exe!Item_avg_field::is_null()[item_sum.h:1244]
          mysqld.exe!mysql_do()[sql_do.cc:34]
          mysqld.exe!mysql_execute_command()[sql_parse.cc:3495]
          mysqld.exe!mysql_parse()[sql_parse.cc:7880]
          mysqld.exe!dispatch_command()[sql_parse.cc:1814]
          mysqld.exe!do_command()[sql_parse.cc:1359]
          mysqld.exe!threadpool_process_request()[threadpool_common.cc:366]
          {noformat}

          *+How to repeat+*
          #a few testcases....
          {code:sql}
          do json_valid(0x36f0c8dccd83c5eac156da);
          do json_type(0x34f4);
          do json_unquote(concat_ws(0xde131ca50deb,@g,21553,0x593c35));
          do json_type(0x38ea);
          do json_valid(0x31f21f91fe8361);
          do json_depth(0x33ec0b);
          do json_valid(0x36ec634665d6);
          do json_depth(reverse(0xd4ce69de33));
          do json_valid(0x30e40d);
          {code}
          {noformat}
          Version: '10.2.9-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
          mysqld.exe!skip_num_constant()[json_lib.c:508]
          mysqld.exe!read_num()[json_lib.c:539]
          mysqld.exe!json_read_value()[json_lib.c:943]
          mysqld.exe!Item_func_json_unquote::read_json()[item_jsonfunc.cc:602]
          mysqld.exe!Item_func_json_unquote::val_str()[item_jsonfunc.cc:620]
          mysqld.exe!Item_str_func::update_null_value()[item_strfunc.h:74]
          mysqld.exe!Item_avg_field::is_null()[item_sum.h:1244]
          mysqld.exe!mysql_do()[sql_do.cc:34]
          mysqld.exe!mysql_execute_command()[sql_parse.cc:3495]
          mysqld.exe!mysql_parse()[sql_parse.cc:7880]
          mysqld.exe!dispatch_command()[sql_parse.cc:1814]
          mysqld.exe!do_command()[sql_parse.cc:1359]
          mysqld.exe!threadpool_process_request()[threadpool_common.cc:366]
          {noformat}

          *+How to repeat+*
          #a few testcases....
          {code:sql}
          do json_valid(0x36f0c8dccd83c5eac156da);
          do json_type(0x34f4);
          do json_unquote(concat_ws(0xde131ca50deb,@g,21553,0x593c35));
          do json_type(0x38ea);
          do json_valid(0x31f21f91fe8361);
          do json_depth(0x33ec0b);
          do json_valid(0x36ec634665d6);
          do json_depth(reverse(0xd4ce69de33));
          do json_valid(0x30e40d);
          {code}
          serg Sergei Golubchik made changes -
          Sprint 10.2.11 [ 203 ]
          holyfoot Alexey Botchkov made changes -
          Status Confirmed [ 10101 ] In Progress [ 3 ]
          holyfoot Alexey Botchkov added a comment - http://lists.askmonty.org/pipermail/commits/2017-November/011638.html
          holyfoot Alexey Botchkov made changes -
          issue.field.resolutiondate 2017-11-11 10:21:34.0 2017-11-11 10:21:34.752
          holyfoot Alexey Botchkov made changes -
          Fix Version/s 10.2.11 [ 22634 ]
          Fix Version/s 10.2 [ 14601 ]
          Resolution Fixed [ 1 ]
          Status In Progress [ 3 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 82874 ] MariaDB v4 [ 152924 ]

          People

            holyfoot Alexey Botchkov
            sbester1 sbester1
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.