There is a regression caused by MDEV-18333.
As of this commit before MDEV-18333:
commit f2e1451740d417f1c9ea8626d937fbcacc91bb55
|
Merge: e39d6e0 2d34713
|
Author: Oleksandr Byelkin <sanja@mariadb.com>
|
Date: Fri Mar 1 15:52:06 2019 +0100
|
The following script
FLUSH SLOW LOGS;
|
SET @@GLOBAL.slow_query_log=ON;
|
SET @@GLOBAL.log_output='TABLE';
|
SET @@SESSION.slow_query_log=ON;
|
SET @@SESSION.long_query_time=0.000001;
|
|
SET @@GLOBAL.log_slow_admin_statements=OFF;
|
SET log_slow_filter=DEFAULT;
|
TRUNCATE TABLE mysql.slow_log;
|
CREATE TABLE t1 (a INT);
|
INSERT INTO t1 VALUES (1),(2),(3),(4);
|
ALTER TABLE t1 ADD b INT;
|
PREPARE stmt FROM 'ALTER TABLE t1 ADD c INT';
|
EXECUTE stmt;
|
DEALLOCATE PREPARE stmt;
|
DROP TABLE t1;
|
SELECT db, user_host, sql_text FROM mysql.slow_log WHERE sql_text NOT LIKE '%debug_dbug%';
|
produced this output:
+------+---------------------------+----------------------------------------------+
|
| db | user_host | sql_text |
|
+------+---------------------------+----------------------------------------------+
|
| test | root[root] @ localhost [] | TRUNCATE TABLE mysql.slow_log |
|
| test | root[root] @ localhost [] | CREATE TABLE t1 (a INT) |
|
| test | root[root] @ localhost [] | INSERT INTO t1 VALUES (1),(2),(3),(4) |
|
| test | root[root] @ localhost [] | PREPARE stmt FROM 'ALTER TABLE t1 ADD c INT' |
|
| test | root[root] @ localhost [] | DEALLOCATE PREPARE stmt |
|
| test | root[root] @ localhost [] | DROP TABLE t1 |
|
+------+---------------------------+----------------------------------------------+
|
As of this later commit (which includes MDEV-18333):
commit ea52ecbc103b1424cf0b6f8faf990676b2b57a63
|
Merge: 2a2ab12 149b754
|
Author: Sergey Vojtovich <svoj@mariadb.org>
|
Date: Mon Mar 11 22:50:24 2019 +0400
|
the same script returns a different output:
+------+---------------------------+----------------------------------------------+
|
| db | user_host | sql_text |
|
+------+---------------------------+----------------------------------------------+
|
| test | root[root] @ localhost [] | TRUNCATE TABLE mysql.slow_log |
|
| test | root[root] @ localhost [] | CREATE TABLE t1 (a INT) |
|
| test | root[root] @ localhost [] | INSERT INTO t1 VALUES (1),(2),(3),(4) |
|
| test | root[root] @ localhost [] | PREPARE stmt FROM 'ALTER TABLE t1 ADD c INT' |
|
| test | root[root] @ localhost [] | ALTER TABLE t1 ADD c INT |
|
| test | root[root] @ localhost [] | DEALLOCATE PREPARE stmt |
|
| test | root[root] @ localhost [] | DROP TABLE t1 |
|
+------+---------------------------+----------------------------------------------+
|
Notice, before MDEV-18333, non of the ALTER statements appeared in the slow log.
With MDEV-18333:
- the directly executed ALTER is not in the slow log (correct)
- the prepared ALTER is in the log (wrong)
The served does not respect the log_slow_admin_statements setting with prepared statements any more.
- relates to
-
MDEV-18333
Slow_queries count doesn't increase when slow_query_log is turned off
-
-
Closed
{"report":{"fcp":1026.8000001907349,"ttfb":268.20000076293945,"pageVisibility":"visible","entityId":73122,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"928bd6f3-6568-4465-b401-f742808bdb8a","navigationType":0,"readyForUser":1120.5,"redirectCount":0,"resourceLoadedEnd":1803.3000001907349,"resourceLoadedStart":273.9000005722046,"resourceTiming":[{"duration":204.5999994277954,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":273.9000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":273.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":478.5,"responseStart":0,"secureConnectionStart":0},{"duration":204.69999980926514,"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":274.20000076293945,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":274.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":478.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":263.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":274.4000005722046,"connectEnd":274.4000005722046,"connectStart":274.4000005722046,"domainLookupEnd":274.4000005722046,"domainLookupStart":274.4000005722046,"fetchStart":274.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":274.4000005722046,"responseEnd":538.2000007629395,"responseStart":538.2000007629395,"secureConnectionStart":274.4000005722046},{"duration":326.8999996185303,"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":274.6000003814697,"connectEnd":274.6000003814697,"connectStart":274.6000003814697,"domainLookupEnd":274.6000003814697,"domainLookupStart":274.6000003814697,"fetchStart":274.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":274.6000003814697,"responseEnd":601.5,"responseStart":601.5,"secureConnectionStart":274.6000003814697},{"duration":330.20000076293945,"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":275.5,"connectEnd":275.5,"connectStart":275.5,"domainLookupEnd":275.5,"domainLookupStart":275.5,"fetchStart":275.5,"redirectEnd":0,"redirectStart":0,"requestStart":275.5,"responseEnd":605.7000007629395,"responseStart":605.7000007629395,"secureConnectionStart":275.5},{"duration":330.30000019073486,"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":275.80000019073486,"connectEnd":275.80000019073486,"connectStart":275.80000019073486,"domainLookupEnd":275.80000019073486,"domainLookupStart":275.80000019073486,"fetchStart":275.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":275.80000019073486,"responseEnd":606.1000003814697,"responseStart":606.1000003814697,"secureConnectionStart":275.80000019073486},{"duration":330.19999980926514,"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":276.30000019073486,"connectEnd":276.30000019073486,"connectStart":276.30000019073486,"domainLookupEnd":276.30000019073486,"domainLookupStart":276.30000019073486,"fetchStart":276.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":276.30000019073486,"responseEnd":606.5,"responseStart":606.5,"secureConnectionStart":276.30000019073486},{"duration":409.5,"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":276.4000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":276.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":685.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":330.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":276.6000003814697,"connectEnd":276.6000003814697,"connectStart":276.6000003814697,"domainLookupEnd":276.6000003814697,"domainLookupStart":276.6000003814697,"fetchStart":276.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":276.6000003814697,"responseEnd":607.2000007629395,"responseStart":607.2000007629395,"secureConnectionStart":276.6000003814697},{"duration":409.19999980926514,"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":276.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":276.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":686,"responseStart":0,"secureConnectionStart":0},{"duration":330.80000019073486,"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":277,"connectEnd":277,"connectStart":277,"domainLookupEnd":277,"domainLookupStart":277,"fetchStart":277,"redirectEnd":0,"redirectStart":0,"requestStart":277,"responseEnd":607.8000001907349,"responseStart":607.8000001907349,"secureConnectionStart":277},{"duration":716.1000003814697,"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":286.5,"connectEnd":286.5,"connectStart":286.5,"domainLookupEnd":286.5,"domainLookupStart":286.5,"fetchStart":286.5,"redirectEnd":0,"redirectStart":0,"requestStart":286.5,"responseEnd":1002.6000003814697,"responseStart":1002.6000003814697,"secureConnectionStart":286.5},{"duration":1516.6999998092651,"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":286.6000003814697,"connectEnd":286.6000003814697,"connectStart":286.6000003814697,"domainLookupEnd":286.6000003814697,"domainLookupStart":286.6000003814697,"fetchStart":286.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":286.6000003814697,"responseEnd":1803.3000001907349,"responseStart":1803.3000001907349,"secureConnectionStart":286.6000003814697},{"duration":303.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":699.8000001907349,"connectEnd":699.8000001907349,"connectStart":699.8000001907349,"domainLookupEnd":699.8000001907349,"domainLookupStart":699.8000001907349,"fetchStart":699.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":699.8000001907349,"responseEnd":1003.3000001907349,"responseStart":1003.3000001907349,"secureConnectionStart":699.8000001907349}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":102,"responseStart":268,"responseEnd":274,"domLoading":272,"domInteractive":1822,"domContentLoadedEventStart":1822,"domContentLoadedEventEnd":1865,"domComplete":2762,"loadEventStart":2762,"loadEventEnd":2764,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1808.9000005722046},{"name":"bigPipe.sidebar-id.end","time":1809.8000001907349},{"name":"bigPipe.activity-panel-pipe-id.start","time":1809.9000005722046},{"name":"bigPipe.activity-panel-pipe-id.end","time":1812.4000005722046},{"name":"activityTabFullyLoaded","time":1872.5}],"measures":[],"correlationId":"ea554efac349d6","effectiveType":"4g","downlink":9.9,"rtt":0,"serverDuration":100,"dbReadsTimeInMs":14,"dbConnsTimeInMs":24,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}