server icon indicating copy to clipboard operation
server copied to clipboard

MDEV-34900: Fix stage names for profiling

Open SaitejSamudrala opened this issue 1 year ago • 5 comments
trafficstars

  • [x] The Jira issue number for this PR is: MDEV-34900

Description

This PR addresses MDEV-34900 by renaming stage_executing to "Prepare for executing" and stage_sending_data to "executing" in JOIN::exec_inner() to better reflect the actual process during profiling.

Release Notes

Renaming few of the profiler stages.

If the changes are not amenable to automated testing, please explain why not and carefully describe how to test manually.

Basing the PR against the correct MariaDB version

  • [ ] This is a new feature or a refactoring, and the PR is based against the main branch.
  • [ ] This is a bug fix, and the PR is based against the earliest maintained branch in which the bug can be reproduced.

PR quality check

  • [ ] I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.
  • [ ] For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves.

SaitejSamudrala avatar Oct 24 '24 13:10 SaitejSamudrala