This is related to MDEV-9181 and MDEV-9576.
select nullif(count(col1),0) from table1
|
returns 3
creating a view with the same query and it returns 5.
to recreate ->
|
CREATE DATABASE IF NOT EXISTS `testdb5` /*!40100 DEFAULT CHARACTER SET latin1 */;
|
USE `testdb5`;
|
|
CREATE TABLE IF NOT EXISTS `table1` (
|
`col1` varchar(50) DEFAULT NULL
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
|
/*!40000 ALTER TABLE `table1` DISABLE KEYS */;
|
INSERT INTO `table1` (`col1`) VALUES
|
('hello'),
|
('hello'),
|
('hello');
|
/*!40000 ALTER TABLE `table1` ENABLE KEYS */;
|
|
|
CREATE TABLE `testview` (
|
`nullif(count(col1),0)` BIGINT(21) NULL
|
) ENGINE=MyISAM;
|
|
DROP TABLE IF EXISTS `testview`;
|
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` VIEW `testview` AS select nullif(count(col1),0) from table1 ;
|
then
{"report":{"fcp":758.7000000001863,"ttfb":168.29999999981374,"pageVisibility":"visible","entityId":55738,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":16,"apdex":1,"journeyId":"3f94a1b1-e671-4edc-ac6f-edef782c2d58","navigationType":0,"readyForUser":822,"redirectCount":0,"resourceLoadedEnd":738.2999999998137,"resourceLoadedStart":173.09999999962747,"resourceTiming":[{"duration":129,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":173.09999999962747,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":173.09999999962747,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":302.09999999962747,"responseStart":0,"secureConnectionStart":0},{"duration":128.80000000074506,"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":173.3999999994412,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":173.3999999994412,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":302.20000000018626,"responseStart":0,"secureConnectionStart":0},{"duration":137.20000000018626,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":173.5,"connectEnd":173.5,"connectStart":173.5,"domainLookupEnd":173.5,"domainLookupStart":173.5,"fetchStart":173.5,"redirectEnd":0,"redirectStart":0,"requestStart":173.5,"responseEnd":310.70000000018626,"responseStart":310.70000000018626,"secureConnectionStart":173.5},{"duration":203.3999999994412,"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":173.5,"connectEnd":173.5,"connectStart":173.5,"domainLookupEnd":173.5,"domainLookupStart":173.5,"fetchStart":173.5,"redirectEnd":0,"redirectStart":0,"requestStart":173.5,"responseEnd":376.8999999994412,"responseStart":376.8999999994412,"secureConnectionStart":173.5},{"duration":207,"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":173.70000000018626,"connectEnd":173.70000000018626,"connectStart":173.70000000018626,"domainLookupEnd":173.70000000018626,"domainLookupStart":173.70000000018626,"fetchStart":173.70000000018626,"redirectEnd":0,"redirectStart":0,"requestStart":173.70000000018626,"responseEnd":380.70000000018626,"responseStart":380.70000000018626,"secureConnectionStart":173.70000000018626},{"duration":207.29999999981374,"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":173.79999999981374,"connectEnd":173.79999999981374,"connectStart":173.79999999981374,"domainLookupEnd":173.79999999981374,"domainLookupStart":173.79999999981374,"fetchStart":173.79999999981374,"redirectEnd":0,"redirectStart":0,"requestStart":173.79999999981374,"responseEnd":381.09999999962747,"responseStart":381.09999999962747,"secureConnectionStart":173.79999999981374},{"duration":207.70000000018626,"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":173.79999999981374,"connectEnd":173.79999999981374,"connectStart":173.79999999981374,"domainLookupEnd":173.79999999981374,"domainLookupStart":173.79999999981374,"fetchStart":173.79999999981374,"redirectEnd":0,"redirectStart":0,"requestStart":173.79999999981374,"responseEnd":381.5,"responseStart":381.5,"secureConnectionStart":173.79999999981374},{"duration":208,"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":173.8999999994412,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":173.8999999994412,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":381.8999999994412,"responseStart":0,"secureConnectionStart":0},{"duration":207.8999999994412,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":174,"connectEnd":174,"connectStart":174,"domainLookupEnd":174,"domainLookupStart":174,"fetchStart":174,"redirectEnd":0,"redirectStart":0,"requestStart":174,"responseEnd":381.8999999994412,"responseStart":381.8999999994412,"secureConnectionStart":174},{"duration":208.20000000018626,"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":174.09999999962747,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":174.09999999962747,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":382.29999999981374,"responseStart":0,"secureConnectionStart":0},{"duration":208.19999999925494,"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":174.20000000018626,"connectEnd":174.20000000018626,"connectStart":174.20000000018626,"domainLookupEnd":174.20000000018626,"domainLookupStart":174.20000000018626,"fetchStart":174.20000000018626,"redirectEnd":0,"redirectStart":0,"requestStart":174.20000000018626,"responseEnd":382.3999999994412,"responseStart":382.3999999994412,"secureConnectionStart":174.20000000018626},{"duration":375,"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":174.79999999981374,"connectEnd":174.79999999981374,"connectStart":174.79999999981374,"domainLookupEnd":174.79999999981374,"domainLookupStart":174.79999999981374,"fetchStart":174.79999999981374,"redirectEnd":0,"redirectStart":0,"requestStart":174.79999999981374,"responseEnd":549.7999999998137,"responseStart":549.7999999998137,"secureConnectionStart":174.79999999981374},{"duration":559.2999999998137,"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":179,"connectEnd":179,"connectStart":179,"domainLookupEnd":179,"domainLookupStart":179,"fetchStart":179,"redirectEnd":0,"redirectStart":0,"requestStart":179,"responseEnd":738.2999999998137,"responseStart":738.2999999998137,"secureConnectionStart":179},{"duration":193,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":519.5,"connectEnd":519.5,"connectStart":519.5,"domainLookupEnd":519.5,"domainLookupStart":519.5,"fetchStart":519.5,"redirectEnd":0,"redirectStart":0,"requestStart":519.5,"responseEnd":712.5,"responseStart":712.5,"secureConnectionStart":519.5}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":19,"responseStart":168,"responseEnd":172,"domLoading":171,"domInteractive":872,"domContentLoadedEventStart":873,"domContentLoadedEventEnd":910,"domComplete":1570,"loadEventStart":1570,"loadEventEnd":1571,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":856.0999999996275},{"name":"bigPipe.sidebar-id.end","time":856.7999999998137},{"name":"bigPipe.activity-panel-pipe-id.start","time":857.0999999996275},{"name":"bigPipe.activity-panel-pipe-id.end","time":859.3999999994412},{"name":"activityTabFullyLoaded","time":919.7000000001863}],"measures":[],"correlationId":"e37331c0e52778","effectiveType":"4g","downlink":9.7,"rtt":0,"serverDuration":89,"dbReadsTimeInMs":12,"dbConnsTimeInMs":20,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}