Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Message
Fixed incorrect statistics calculation during slow query logging.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
31m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Message
Fixed incorrect statistics calculation during slow query logging.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
31m logged
Story Points
1
Fix versions
Created April 23, 2019 at 3:52 PM
Updated December 29, 2024 at 8:49 PM
Resolved January 5, 2021 at 8:56 AM
In the "\kApplication::logSlowQuery" method add "$data = array_shift($data);" right after main IF branch starts.