my_b_read() tries to read within a buffer where possible, and keeps track of the position of that buffer within the file when the buffer is refilled.
However, if my_b_read() hits the end of the file, the operating system file pointer and the IO_CACHE pos_in_file may not be synchronised. A future call to my_b_seek() may not rectify this if the new position is within the buffer. At this point, further reads with my_b_read() would read from the buffer until it is empty, and then try to read from the end of the file. In essence, my_b_read() expects the OS file pointer to be at the end of the buffer (or info->seek_not_done to be set in order to trigger a seek to make this so).
The attached patch fixes this by setting info->seek_not_done when my_b_read() hits EOF, causing future reads to seek to the correct position in the file.
{"report":{"fcp":779.2000000476837,"ttfb":264.2999999523163,"pageVisibility":"visible","entityId":56562,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"02803328-0ecc-4aa0-8480-0d80a7ea67f3","navigationType":0,"readyForUser":872.7999999523163,"redirectCount":0,"resourceLoadedEnd":794.2999999523163,"resourceLoadedStart":269.5,"resourceTiming":[{"duration":24.700000047683716,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":269.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":269.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":294.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":32.09999990463257,"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":269.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":269.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":301.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":84.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":269.7999999523163,"connectEnd":269.7999999523163,"connectStart":269.7999999523163,"domainLookupEnd":269.7999999523163,"domainLookupStart":269.7999999523163,"fetchStart":269.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":269.7999999523163,"responseEnd":354.2000000476837,"responseStart":354.2000000476837,"secureConnectionStart":269.7999999523163},{"duration":162.20000004768372,"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":270,"connectEnd":270,"connectStart":270,"domainLookupEnd":270,"domainLookupStart":270,"fetchStart":270,"redirectEnd":0,"redirectStart":0,"requestStart":270,"responseEnd":432.2000000476837,"responseStart":432.2000000476837,"secureConnectionStart":270},{"duration":165.80000019073486,"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":270.09999990463257,"connectEnd":270.09999990463257,"connectStart":270.09999990463257,"domainLookupEnd":270.09999990463257,"domainLookupStart":270.09999990463257,"fetchStart":270.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":270.09999990463257,"responseEnd":435.90000009536743,"responseStart":435.90000009536743,"secureConnectionStart":270.09999990463257},{"duration":166.20000004768372,"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":270.2000000476837,"connectEnd":270.2000000476837,"connectStart":270.2000000476837,"domainLookupEnd":270.2000000476837,"domainLookupStart":270.2000000476837,"fetchStart":270.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":270.2000000476837,"responseEnd":436.40000009536743,"responseStart":436.40000009536743,"secureConnectionStart":270.2000000476837},{"duration":166.70000004768372,"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":270.2000000476837,"connectEnd":270.2000000476837,"connectStart":270.2000000476837,"domainLookupEnd":270.2000000476837,"domainLookupStart":270.2000000476837,"fetchStart":270.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":270.2000000476837,"responseEnd":436.90000009536743,"responseStart":436.90000009536743,"secureConnectionStart":270.2000000476837},{"duration":167.10000014305115,"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":270.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":270.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":437.40000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":167.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":270.40000009536743,"connectEnd":270.40000009536743,"connectStart":270.40000009536743,"domainLookupEnd":270.40000009536743,"domainLookupStart":270.40000009536743,"fetchStart":270.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":270.40000009536743,"responseEnd":437.5,"responseStart":437.5,"secureConnectionStart":270.40000009536743},{"duration":167.5,"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":270.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":270.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":438,"responseStart":0,"secureConnectionStart":0},{"duration":167.39999985694885,"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":270.7000000476837,"connectEnd":270.7000000476837,"connectStart":270.7000000476837,"domainLookupEnd":270.7000000476837,"domainLookupStart":270.7000000476837,"fetchStart":270.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":270.7000000476837,"responseEnd":438.09999990463257,"responseStart":438.09999990463257,"secureConnectionStart":270.7000000476837},{"duration":395.2000000476837,"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":276,"connectEnd":276,"connectStart":276,"domainLookupEnd":276,"domainLookupStart":276,"fetchStart":276,"redirectEnd":0,"redirectStart":0,"requestStart":276,"responseEnd":671.2000000476837,"responseStart":671.0999999046326,"secureConnectionStart":276},{"duration":518.2000000476837,"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":276.09999990463257,"connectEnd":276.09999990463257,"connectStart":276.09999990463257,"domainLookupEnd":276.09999990463257,"domainLookupStart":276.09999990463257,"fetchStart":276.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":276.09999990463257,"responseEnd":794.2999999523163,"responseStart":794.2999999523163,"secureConnectionStart":276.09999990463257},{"duration":223,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":570.7999999523163,"connectEnd":570.7999999523163,"connectStart":570.7999999523163,"domainLookupEnd":570.7999999523163,"domainLookupStart":570.7999999523163,"fetchStart":570.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":570.7999999523163,"responseEnd":793.7999999523163,"responseStart":793.7999999523163,"secureConnectionStart":570.7999999523163},{"duration":51.299999952316284,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":758.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":758.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":809.5999999046326,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":151,"responseStart":264,"responseEnd":272,"domLoading":268,"domInteractive":927,"domContentLoadedEventStart":927,"domContentLoadedEventEnd":964,"domComplete":1583,"loadEventStart":1583,"loadEventEnd":1584,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":909.2000000476837},{"name":"bigPipe.sidebar-id.end","time":909.9000000953674},{"name":"bigPipe.activity-panel-pipe-id.start","time":910},{"name":"bigPipe.activity-panel-pipe-id.end","time":912.2999999523163},{"name":"activityTabFullyLoaded","time":974.9000000953674}],"measures":[],"correlationId":"7dfe6bc4586c55","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":67,"dbReadsTimeInMs":9,"dbConnsTimeInMs":14,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}