-
Bug
-
-
Minor
-
Resolution:
Fixed
-
None
-
-
-
The mariadb_get_infov documentation doesn't make it version clear what should be a pointer and what should be a pointer to a pointer.
https://mariadb.com/kb/en/mariadb_get_infov/
For example:
"MARIADB_CONNECTION_SCHEMA: Retrieves the current schema.
Parameter type: const char*. "
This you would use:
const char *db = NULL;
|
mariadb_get_infov(maria, MARIADB_CONNECTION_SCHEMA, &db);
|
This makes it a const char **, but:
"MARIADB_CONNECTION_MARIADB_CHARSET_INFO: Retrieves character set information for given connection.
Parameter type: const MY_CHARSET_INFO *. "
For this you would do:
MY_CHARSET_INFO charset;
|
mariadb_get_infov(maria, MARIADB_CONNECTION_MARIADB_CHARSET_INFO, &charset);
|
This makes it a MY_CHARSET_INFO*.
I think for consistency the const char* ones should say const char**.
In addition one of the examples on that page is missing a brace for void.
There are no comments yet on this issue.
{"report":{"fcp":683,"ttfb":140.39999997615814,"pageVisibility":"visible","entityId":83929,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"3a98beaf-0057-4076-8510-d81591c646f6","navigationType":0,"readyForUser":748.7999999523163,"redirectCount":0,"resourceLoadedEnd":631.3999999761581,"resourceLoadedStart":145.79999995231628,"resourceTiming":[{"duration":71.70000004768372,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":145.79999995231628,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":145.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":217.5,"responseStart":0,"secureConnectionStart":0},{"duration":71.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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","startTime":146,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":146,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":217.5,"responseStart":0,"secureConnectionStart":0},{"duration":82.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":146.10000002384186,"connectEnd":146.10000002384186,"connectStart":146.10000002384186,"domainLookupEnd":146.10000002384186,"domainLookupStart":146.10000002384186,"fetchStart":146.10000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":146.10000002384186,"responseEnd":228.69999992847443,"responseStart":228.69999992847443,"secureConnectionStart":146.10000002384186},{"duration":173.80000007152557,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":146.29999995231628,"connectEnd":146.29999995231628,"connectStart":146.29999995231628,"domainLookupEnd":146.29999995231628,"domainLookupStart":146.29999995231628,"fetchStart":146.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":146.29999995231628,"responseEnd":320.10000002384186,"responseStart":320.10000002384186,"secureConnectionStart":146.29999995231628},{"duration":170.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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","startTime":146.29999995231628,"connectEnd":146.29999995231628,"connectStart":146.29999995231628,"domainLookupEnd":146.29999995231628,"domainLookupStart":146.29999995231628,"fetchStart":146.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":146.29999995231628,"responseEnd":316.7999999523163,"responseStart":316.7999999523163,"secureConnectionStart":146.29999995231628},{"duration":174.39999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":146.5,"connectEnd":146.5,"connectStart":146.5,"domainLookupEnd":146.5,"domainLookupStart":146.5,"fetchStart":146.5,"redirectEnd":0,"redirectStart":0,"requestStart":146.5,"responseEnd":320.89999997615814,"responseStart":320.89999997615814,"secureConnectionStart":146.5},{"duration":174.89999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":146.60000002384186,"connectEnd":146.60000002384186,"connectStart":146.60000002384186,"domainLookupEnd":146.60000002384186,"domainLookupStart":146.60000002384186,"fetchStart":146.60000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":146.60000002384186,"responseEnd":321.5,"responseStart":321.5,"secureConnectionStart":146.60000002384186},{"duration":175.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":146.69999992847443,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":146.69999992847443,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":322.10000002384186,"responseStart":0,"secureConnectionStart":0},{"duration":175.39999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":146.79999995231628,"connectEnd":146.79999995231628,"connectStart":146.79999995231628,"domainLookupEnd":146.79999995231628,"domainLookupStart":146.79999995231628,"fetchStart":146.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":146.79999995231628,"responseEnd":322.1999999284744,"responseStart":322.10000002384186,"secureConnectionStart":146.79999995231628},{"duration":175.79999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/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":146.89999997615814,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":146.89999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":322.6999999284744,"responseStart":0,"secureConnectionStart":0},{"duration":175.69999992847443,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/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":147.10000002384186,"connectEnd":147.10000002384186,"connectStart":147.10000002384186,"domainLookupEnd":147.10000002384186,"domainLookupStart":147.10000002384186,"fetchStart":147.10000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":147.10000002384186,"responseEnd":322.7999999523163,"responseStart":322.7999999523163,"secureConnectionStart":147.10000002384186},{"duration":384.7999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":152.39999997615814,"connectEnd":152.39999997615814,"connectStart":152.39999997615814,"domainLookupEnd":152.39999997615814,"domainLookupStart":152.39999997615814,"fetchStart":152.39999997615814,"redirectEnd":0,"redirectStart":0,"requestStart":152.39999997615814,"responseEnd":537.1999999284744,"responseStart":537.1999999284744,"secureConnectionStart":152.39999997615814},{"duration":478.89999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":152.5,"connectEnd":152.5,"connectStart":152.5,"domainLookupEnd":152.5,"domainLookupStart":152.5,"fetchStart":152.5,"redirectEnd":0,"redirectStart":0,"requestStart":152.5,"responseEnd":631.3999999761581,"responseStart":631.3999999761581,"secureConnectionStart":152.5},{"duration":153.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":384.2999999523163,"connectEnd":384.2999999523163,"connectStart":384.2999999523163,"domainLookupEnd":384.2999999523163,"domainLookupStart":384.2999999523163,"fetchStart":384.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":384.2999999523163,"responseEnd":537.7999999523163,"responseStart":537.7999999523163,"secureConnectionStart":384.2999999523163}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":11,"responseStart":140,"responseEnd":152,"domLoading":144,"domInteractive":793,"domContentLoadedEventStart":793,"domContentLoadedEventEnd":829,"domComplete":1031,"loadEventStart":1031,"loadEventEnd":1032,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":777.3999999761581},{"name":"bigPipe.sidebar-id.end","time":778.2999999523163},{"name":"bigPipe.activity-panel-pipe-id.start","time":778.3999999761581},{"name":"bigPipe.activity-panel-pipe-id.end","time":779.1000000238419},{"name":"activityTabFullyLoaded","time":836.3999999761581}],"measures":[],"correlationId":"624c663cd65782","effectiveType":"4g","downlink":9.3,"rtt":0,"serverDuration":74,"dbReadsTimeInMs":11,"dbConnsTimeInMs":18,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}