Details
Description
These tests are main.func_json and json.json_no_table
Both tests fail on running similar queries that use JSON function json_contains_path().
The test main.func_json fails on running the following statement
PREPARE stmt FROM "select json_contains_path('{\"key1\":1}', 'oNE', '$.key2[1]') as exp"; |
EXECUTE stmt; |
EXECUTE stmt; <<== Attempt to run the statement the second time results in assert hit |
The test json.json_no_table fails on running the following statement
PREPARE stmt FROM "select json_contains_path('{ \"a\": tru }', 'all', '$' )"; |
EXECUTE stmt; |
EXECUTE stmt; <<== Attempt to run the statement the second time results in assert hit |
Attachments
Issue Links
- causes
-
MDEV-32867 ASAN errors in Item_func_json_contains_path::val_int upon PS execution
-
- Closed
-
- is part of
-
MDEV-14959 Control over memory allocated for SP/PS
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is part of |
Fix Version/s | 10.4 [ 22408 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Dmitry Shulga [ JIRAUSER47315 ] | Oleksandr Byelkin [ sanja ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Dmitry Shulga [ JIRAUSER47315 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 11.2.2 [ 29035 ] | |
Fix Version/s | 11.3.1 [ 29416 ] | |
Fix Version/s | 10.4.33 [ 29516 ] | |
Fix Version/s | 10.5.24 [ 29517 ] | |
Fix Version/s | 10.6.17 [ 29518 ] | |
Fix Version/s | 10.11.7 [ 29519 ] | |
Fix Version/s | 11.0.5 [ 29520 ] | |
Fix Version/s | 11.1.4 [ 29024 ] | |
Fix Version/s | 11.4.1 [ 29523 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 11.2.3 [ 29521 ] | |
Fix Version/s | 11.2.2 [ 29035 ] |
Link |
This issue causes |
Branch for review is bb-10.4-
MDEV-32733