Type:
Bug
Priority:
Major
Resolution:
Unresolved
Affects Version/s:
3.3.8
Fix Version/s:
None
Environment:
Windows 10 Pro
The following code fails to find the relevant row with WHERE id = ? condition.
Server version: 10.11.8-MariaDB mariadb.org binary distribution
MYSQL mysql;
mysql_init(&mysql);
mysql_options(&mysql,MYSQL_READ_DEFAULT_GROUP, "voicelog" );
if (!mysql_real_connect(&mysql, "localhost" , "voicelog" , "voicelog" , "voicelog" , 0 ,NULL, 0 ))
{
WriteToLog( "Invalid database connection" );
sleep( 5 );
continue ;
}
// return results to user
std::string results = output_str(ctx, pcmf32s);
MYSQL_STMT* gUpdateStmt = mysql_stmt_init(&mysql);
if (gUpdateStmt == NULL) {
WriteToLog( "Init stmt failed" );
continue ;
}
std::cout << "Initialized statement\n" ;
char statement[] = "UPDATE voicelog SET transcription = ? WHERE id = ?" ;
int result = mysql_stmt_prepare(gUpdateStmt, statement, strlen(statement));
if (result != 0 ) {
WriteToLog( "prepare stmt failed" );
continue ;
}
std::cout << "Prepared statement\n" ;
/* Get the parameter count from the statement */
int param_count = mysql_stmt_param_count(gUpdateStmt);
std::cout << "Total parameters in UPDATE: " << param_count << "\n" ;
MYSQL_BIND bind[ 2 ];
memset(bind, 0 , sizeof(bind));
bind[ 0 ].buffer_type = MYSQL_TYPE_STRING;
bind[ 0 ].buffer = ( char *) results.c_str();
bind[ 0 ].is_null = 0 ;
unsigned long resultLength = results.length();
bind[ 0 ].length = &resultLength;
bind[ 0 ].buffer_length = resultLength + 1 ;
bind[ 1 ].buffer_type = MYSQL_TYPE_LONG;
const int id = atoi(row[ 1 ]);
bind[ 1 ].buffer = ( char *) &id;
bind[ 1 ].is_null = 0 ;
bind[ 1 ].length = 0 ;
result = mysql_stmt_bind_param(gUpdateStmt, bind);
if (result != 0 ) {
WriteToLog( "bind stmt bind failed" );
continue ;
}
std::cout << "Bound '" << results << "', " << id << "\n" ;
result = mysql_stmt_execute(gUpdateStmt);
if (result != 0 ) {
WriteToLog( "execute stmt update failed" );
std::cerr << mysql_stmt_error(gUpdateStmt) << "\n" ;
continue ;
}
int affected_rows = mysql_stmt_affected_rows(gUpdateStmt);
std::cout << "Executed " << affected_rows << "\n" ;
{"report":{"fcp":1001.2999999523163,"ttfb":312.10000014305115,"pageVisibility":"visible","entityId":129326,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"d926f5d9-0441-46a8-bdfc-0645146cd490","navigationType":0,"readyForUser":1092.2000000476837,"redirectCount":0,"resourceLoadedEnd":1108.5,"resourceLoadedStart":319,"resourceTiming":[{"duration":101.10000014305115,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":319,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":319,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":420.10000014305115,"responseStart":0,"secureConnectionStart":0},{"duration":101.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":319.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":319.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":420.60000014305115,"responseStart":0,"secureConnectionStart":0},{"duration":158.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":319.5,"connectEnd":319.5,"connectStart":319.5,"domainLookupEnd":319.5,"domainLookupStart":319.5,"fetchStart":319.5,"redirectEnd":0,"redirectStart":0,"requestStart":319.5,"responseEnd":477.90000009536743,"responseStart":477.90000009536743,"secureConnectionStart":319.5},{"duration":271.09999990463257,"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":319.60000014305115,"connectEnd":319.60000014305115,"connectStart":319.60000014305115,"domainLookupEnd":319.60000014305115,"domainLookupStart":319.60000014305115,"fetchStart":319.60000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":319.60000014305115,"responseEnd":590.7000000476837,"responseStart":590.7000000476837,"secureConnectionStart":319.60000014305115},{"duration":274.7000000476837,"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":319.90000009536743,"connectEnd":319.90000009536743,"connectStart":319.90000009536743,"domainLookupEnd":319.90000009536743,"domainLookupStart":319.90000009536743,"fetchStart":319.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":319.90000009536743,"responseEnd":594.6000001430511,"responseStart":594.6000001430511,"secureConnectionStart":319.90000009536743},{"duration":275.09999990463257,"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":320.10000014305115,"connectEnd":320.10000014305115,"connectStart":320.10000014305115,"domainLookupEnd":320.10000014305115,"domainLookupStart":320.10000014305115,"fetchStart":320.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":320.10000014305115,"responseEnd":595.2000000476837,"responseStart":595.2000000476837,"secureConnectionStart":320.10000014305115},{"duration":275.40000009536743,"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":320.2000000476837,"connectEnd":320.2000000476837,"connectStart":320.2000000476837,"domainLookupEnd":320.2000000476837,"domainLookupStart":320.2000000476837,"fetchStart":320.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":320.2000000476837,"responseEnd":595.6000001430511,"responseStart":595.6000001430511,"secureConnectionStart":320.2000000476837},{"duration":301.7000000476837,"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":320.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":320.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":622.1000001430511,"responseStart":0,"secureConnectionStart":0},{"duration":275.60000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":320.5,"connectEnd":320.5,"connectStart":320.5,"domainLookupEnd":320.5,"domainLookupStart":320.5,"fetchStart":320.5,"redirectEnd":0,"redirectStart":0,"requestStart":320.5,"responseEnd":596.1000001430511,"responseStart":596.1000001430511,"secureConnectionStart":320.5},{"duration":301.5,"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":320.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":320.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":622.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":275.7999999523163,"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":320.90000009536743,"connectEnd":320.90000009536743,"connectStart":320.90000009536743,"domainLookupEnd":320.90000009536743,"domainLookupStart":320.90000009536743,"fetchStart":320.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":320.90000009536743,"responseEnd":596.7000000476837,"responseStart":596.7000000476837,"secureConnectionStart":320.90000009536743},{"duration":384.2000000476837,"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":321.7000000476837,"connectEnd":321.7000000476837,"connectStart":321.7000000476837,"domainLookupEnd":321.7000000476837,"domainLookupStart":321.7000000476837,"fetchStart":321.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":321.7000000476837,"responseEnd":705.9000000953674,"responseStart":705.9000000953674,"secureConnectionStart":321.7000000476837},{"duration":635.5,"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":321.7999999523163,"connectEnd":321.7999999523163,"connectStart":321.7999999523163,"domainLookupEnd":321.7999999523163,"domainLookupStart":321.7999999523163,"fetchStart":321.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":321.7999999523163,"responseEnd":957.2999999523163,"responseStart":957.2999999523163,"secureConnectionStart":321.7999999523163},{"duration":72.40000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":633.7999999523163,"connectEnd":633.7999999523163,"connectStart":633.7999999523163,"domainLookupEnd":633.7999999523163,"domainLookupStart":633.7999999523163,"fetchStart":633.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":633.7999999523163,"responseEnd":706.2000000476837,"responseStart":706.2000000476837,"secureConnectionStart":633.7999999523163},{"duration":79.29999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":915.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":915.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":994.7000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":78.79999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/50bc9be5bfead1a25e72c1a9338c94f6-CDN/lu2cib/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/css/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":916,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":916,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":994.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":191.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":916.9000000953674,"connectEnd":916.9000000953674,"connectStart":916.9000000953674,"domainLookupEnd":916.9000000953674,"domainLookupStart":916.9000000953674,"fetchStart":916.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":916.9000000953674,"responseEnd":1108.5,"responseStart":1108.5,"secureConnectionStart":916.9000000953674}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":141,"responseStart":313,"responseEnd":316,"domLoading":316,"domInteractive":1171,"domContentLoadedEventStart":1171,"domContentLoadedEventEnd":1233,"domComplete":1664,"loadEventStart":1664,"loadEventEnd":1664,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1140.7000000476837},{"name":"bigPipe.sidebar-id.end","time":1141.6000001430511},{"name":"bigPipe.activity-panel-pipe-id.start","time":1141.7999999523163},{"name":"bigPipe.activity-panel-pipe-id.end","time":1144.9000000953674},{"name":"activityTabFullyLoaded","time":1248.2999999523163}],"measures":[],"correlationId":"568cc6840b6098","effectiveType":"4g","downlink":9.9,"rtt":0,"serverDuration":99,"dbReadsTimeInMs":8,"dbConnsTimeInMs":16,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
If mysql_affected_rows returns 0, then it means that either no row was found, or no row was updated, since it had already the same value. Without table definition and data it is impossible to analyze the exact problem.