Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FB8-46: Port v5.1 Extra Stats: Command Timers #989

Closed
wants to merge 2 commits into from

Conversation

inikep
Copy link
Contributor

@inikep inikep commented Mar 18, 2019

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: f2d6fdc

With additional improvements:

  1. Variables moved from global to session from 459f669
  2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from 4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip

Test Plan: Jenkins. All tests, including the new one, pass.

Copy link
Contributor

@percona-ysorokin percona-ysorokin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669072f0
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e1681024

Summary:
Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewers: chip

Originally Reviewed By: chip
@inikep inikep changed the title WIP FB8-46: Port v5.1 Extra Stats: Command Timers FB8-46: Port v5.1 Extra Stats: Command Timers Apr 8, 2019
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hermanlee has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

facebook-github-bot pushed a commit that referenced this pull request Apr 15, 2019
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: f2d6fdc

With additional improvements:
1. Variables moved from global to session from 459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from 4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: #989

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 0408f15
@hermanlee hermanlee closed this Apr 15, 2019
facebook-github-bot pushed a commit that referenced this pull request Nov 18, 2019
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: f2d6fdc

With additional improvements:
1. Variables moved from global to session from 459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from 4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: #989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
@inikep inikep deleted the FB8-46 branch January 7, 2020 10:27
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 24, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 28, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 28, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 29, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Aug 10, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Aug 10, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Sep 7, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Sep 9, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Oct 5, 2020
Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Test Plan: Jenkins.  All tests, including the new one, pass.

Reviewed By: yizhang82

Differential Revision: D14883715

Pulled By: yizhang82

fbshipit-source-id: 7e8f75d
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jun 23, 2023
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
hermanlee pushed a commit to hermanlee/mysql-5.6 that referenced this pull request Oct 3, 2023
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
hermanlee pushed a commit to hermanlee/mysql-5.6 that referenced this pull request Oct 18, 2023
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/percona-server that referenced this pull request Apr 17, 2024
)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook/mysql-5.6@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook/mysql-5.6@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook/mysql-5.6@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook/mysql-5.6#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Apr 23, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Apr 23, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Apr 25, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 7, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 8, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 9, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 10, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 13, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 15, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 16, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 17, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 17, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 21, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 21, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request May 30, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jun 14, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jun 19, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jun 20, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jun 21, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jun 25, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 2, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 19, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 19, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 31, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Aug 2, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Aug 6, 2024
…k#989)

Summary:
Jira issue: https://jira.percona.com/browse/FB8-46

Reference Patch: facebook@f2d6fdc

With additional improvements:
1. Variables moved from global to session from facebook@459f669
2. Added time tracking for "sp_instr_stmt::exec_core", "mysql_open_cursor", "Execute_sql_statement::execute_server_code" and "Prepared_statement::execute" from facebook@4554e16

Adds command, slave_command, pre-exec, parse, and execution timers.

This ports these timers from v5.1 to 5.6, using the new timers.

I also added an mtr test to confirm they are at least partly working.

Originally Reviewed By: chip
Pull Request resolved: facebook#989

Differential Revision: D14883715

Pulled By: yizhang82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants