I try to use User Defined Function lib_mysqludf_json from https://github.com/mysqludf/lib_mysqludf_json with MariaDB 10.1.18 and found an incorrect behavior of UDF_ARGS attribute_lengths.
typedef struct st_udf_args
{
...
unsigned long *attribute_lengths; /* Length of attribute arguments */
...
} UDF_ARGS;
Example:
When you use SELECT json_object("citizen_id") FROM ...
you will have:
args->attributes[0] = "citizen_id"
args->attribute_lengths[0] = 12
That's correct.
When you use SELECT json_object(citizen_id AS citizen_id) FROM ...
args->attributes[0] = citizen_id
args->attribute_lengths[0] = 10
That's also correct.
But when you use SELECT json_object(citizen_id) FROM ...
args->attributes[0] = citizen_id
args->attribute_lengths[0] = 0
That's incorrect. Correct value of attribute_lengths[0] is 10.
That's not reproducable on MySQL. This is not lib_mysqludf_json incorrect behavior, it just uses standart struct UDF_ARGS.
Elena Stepanova
made changes -
2016-11-03 00:25
Field
Original Value
New Value
Description
I try to use User Defined Function lib_mysqludf_json from https://github.com/mysqludf/lib_mysqludf_json with MariaDB 10.1.18 and found an incorrect behavior of UDF_ARGS attribute_lengths.
typedef struct st_udf_args
{
...
unsigned long *attribute_lengths; /* Length of attribute arguments */
...
} UDF_ARGS;
Example:
When you use SELECT json_object("citizen_id") FROM ...
you will have:
args->attributes[0] = "citizen_id"
args->attribute_lengths[0] = 12
That's correct.
When you use SELECT json_object(citizen_id AS citizen_id) FROM ...
args->attributes[0] = citizen_id
args->attribute_lengths[0] = 10
That's also correct.
But when you use SELECT json_object(citizen_id) FROM ...
args->attributes[0] = citizen_id
args->attribute_lengths[0] = 0
That's incorrect. Correct value of attribute_lengths[0] is 10.
That's not reproducable on MySQL. This is not lib_mysqludf_json incorrect behavior, it just uses standart struct UDF_ARGS.
I try to use User Defined Function lib_mysqludf_json from https://github.com/mysqludf/lib_mysqludf_json with MariaDB 10.1.18 and found an incorrect behavior of UDF_ARGS attribute_lengths.
{noformat}
typedef struct st_udf_args
{
...
unsigned long *attribute_lengths; /* Length of attribute arguments */
...
} UDF_ARGS;
{noformat}
Example:
When you use SELECT json_object("citizen_id") FROM ...
you will have:
{noformat}
args->attributes[0] = "citizen_id"
args->attribute_lengths[0] = 12
{noformat}
That's correct.
When you use SELECT json_object(citizen_id AS citizen_id) FROM ...
{noformat}
args->attributes[0] = citizen_id
args->attribute_lengths[0] = 10
{noformat}
That's also correct.
But when you use SELECT json_object(citizen_id) FROM ...
{noformat}
args->attributes[0] = citizen_id
args->attribute_lengths[0] = 0
{noformat}
That's incorrect. Correct value of attribute_lengths[0] is 10.
That's not reproducable on MySQL. This is not lib_mysqludf_json incorrect behavior, it just uses standart struct UDF_ARGS.
Elena Stepanova
made changes -
2016-12-01 15:53
Status
Open
[ 1
]
Confirmed
[ 10101
]
Elena Stepanova
made changes -
2016-12-01 15:56
Fix Version/s
10.1
[ 16100
]
Affects Version/s
5.5
[ 15800
]
Affects Version/s
10.0
[ 16000
]
Affects Version/s
10.1
[ 16100
]
Affects Version/s
10.1.18
[ 22110
]
Assignee
Alexey Botchkov
[ holyfoot
]
Labels
upstream-fixed
Sergei Golubchik
made changes -
2017-02-20 23:09
Fix Version/s
5.5
[ 15800
]
Fix Version/s
10.0
[ 16000
]
Alexey Botchkov
made changes -
2017-07-17 08:46
Status
Confirmed
[ 10101
]
In Progress
[ 3
]
Alexey Botchkov
made changes -
2017-07-18 09:44
issue.field.resolutiondate
2017-07-18 09:44:09.0
2017-07-18 09:44:09.941
Alexey Botchkov
made changes -
2017-07-18 09:44
Fix Version/s
5.5.58
[ 22540
]
Fix Version/s
5.5
[ 15800
]
Fix Version/s
10.0
[ 16000
]
Fix Version/s
10.1
[ 16100
]
Resolution
Fixed
[ 1
]
Status
In Progress
[ 3
]
Closed
[ 6
]
Sergei Golubchik
made changes -
2021-12-06 21:43
Workflow
MariaDB v3
[ 78170
]
MariaDB v4
[ 151167
]
{"report":{"fcp":1358.0999999046326,"ttfb":706.8000001907349,"pageVisibility":"visible","entityId":58770,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"c0c71441-91ea-4542-9ae5-2487680a8e67","navigationType":0,"readyForUser":1497.9000000953674,"redirectCount":0,"resourceLoadedEnd":1370.9000000953674,"resourceLoadedStart":712.3000001907349,"resourceTiming":[{"duration":80,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":712.3000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":712.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":792.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":80.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":712.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":712.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":792.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":134.89999961853027,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":712.7000002861023,"connectEnd":712.7000002861023,"connectStart":712.7000002861023,"domainLookupEnd":712.7000002861023,"domainLookupStart":712.7000002861023,"fetchStart":712.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":712.7000002861023,"responseEnd":847.5999999046326,"responseStart":847.5999999046326,"secureConnectionStart":712.7000002861023},{"duration":234,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":712.9000000953674,"connectEnd":712.9000000953674,"connectStart":712.9000000953674,"domainLookupEnd":712.9000000953674,"domainLookupStart":712.9000000953674,"fetchStart":712.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":712.9000000953674,"responseEnd":946.9000000953674,"responseStart":946.9000000953674,"secureConnectionStart":712.9000000953674},{"duration":237.60000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":713.0999999046326,"connectEnd":713.0999999046326,"connectStart":713.0999999046326,"domainLookupEnd":713.0999999046326,"domainLookupStart":713.0999999046326,"fetchStart":713.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":713.0999999046326,"responseEnd":950.7000002861023,"responseStart":950.7000002861023,"secureConnectionStart":713.0999999046326},{"duration":237.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":713.3000001907349,"connectEnd":713.3000001907349,"connectStart":713.3000001907349,"domainLookupEnd":713.3000001907349,"domainLookupStart":713.3000001907349,"fetchStart":713.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":713.3000001907349,"responseEnd":951.2000002861023,"responseStart":951.2000002861023,"secureConnectionStart":713.3000001907349},{"duration":238.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":713.5,"connectEnd":713.5,"connectStart":713.5,"domainLookupEnd":713.5,"domainLookupStart":713.5,"fetchStart":713.5,"redirectEnd":0,"redirectStart":0,"requestStart":713.5,"responseEnd":951.5999999046326,"responseStart":951.5999999046326,"secureConnectionStart":713.5},{"duration":294.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":713.7000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":713.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1007.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":238.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":713.8000001907349,"connectEnd":713.8000001907349,"connectStart":713.8000001907349,"domainLookupEnd":713.8000001907349,"domainLookupStart":713.8000001907349,"fetchStart":713.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":713.8000001907349,"responseEnd":952.4000000953674,"responseStart":952.4000000953674,"secureConnectionStart":713.8000001907349},{"duration":294.09999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":714,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":714,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1008.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":240.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":714.0999999046326,"connectEnd":714.0999999046326,"connectStart":714.0999999046326,"domainLookupEnd":714.0999999046326,"domainLookupStart":714.0999999046326,"fetchStart":714.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":714.0999999046326,"responseEnd":955,"responseStart":955,"secureConnectionStart":714.0999999046326},{"duration":448.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":715,"connectEnd":715,"connectStart":715,"domainLookupEnd":715,"domainLookupStart":715,"fetchStart":715,"redirectEnd":0,"redirectStart":0,"requestStart":715,"responseEnd":1163.5999999046326,"responseStart":1163.5999999046326,"secureConnectionStart":715},{"duration":630,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":719.3000001907349,"connectEnd":719.3000001907349,"connectStart":719.3000001907349,"domainLookupEnd":719.3000001907349,"domainLookupStart":719.3000001907349,"fetchStart":719.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":719.3000001907349,"responseEnd":1349.3000001907349,"responseStart":1349.3000001907349,"secureConnectionStart":719.3000001907349},{"duration":112.40000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1051.5,"connectEnd":1051.5,"connectStart":1051.5,"domainLookupEnd":1051.5,"domainLookupStart":1051.5,"fetchStart":1051.5,"redirectEnd":0,"redirectStart":0,"requestStart":1051.5,"responseEnd":1163.9000000953674,"responseStart":1163.9000000953674,"secureConnectionStart":1051.5},{"duration":71.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&slack-enabled=true&whisper-enabled=true","startTime":1299.7000002861023,"connectEnd":1299.7000002861023,"connectStart":1299.7000002861023,"domainLookupEnd":1299.7000002861023,"domainLookupStart":1299.7000002861023,"fetchStart":1299.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":1299.7000002861023,"responseEnd":1370.9000000953674,"responseStart":1370.9000000953674,"secureConnectionStart":1299.7000002861023},{"duration":181.80000019073486,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1349.9000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1349.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1531.7000002861023,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":505,"responseStart":707,"responseEnd":712,"domLoading":710,"domInteractive":1565,"domContentLoadedEventStart":1565,"domContentLoadedEventEnd":1620,"domComplete":1815,"loadEventStart":1815,"loadEventEnd":1815,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1534.0999999046326},{"name":"bigPipe.sidebar-id.end","time":1535.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":1535.2000002861023},{"name":"bigPipe.activity-panel-pipe-id.end","time":1538.5},{"name":"activityTabFullyLoaded","time":1637.3000001907349}],"measures":[],"correlationId":"6431f4936f2eba","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":143,"dbReadsTimeInMs":20,"dbConnsTimeInMs":30,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}