summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-11-05 17:04:20 +0200
committerMonty <monty@mariadb.org>2017-11-05 22:23:31 +0200
commitc9f612dbdefc24f4fb4236b5e586e30f6e69b6bc (patch)
treee6e69bfcfc9834da3815c42d6920f206cdbc5f34 /mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result
parent61706e61fe1063b2c09190a859d8abc8bced6a64 (diff)
downloadmariadb-git-c9f612dbdefc24f4fb4236b5e586e30f6e69b6bc.tar.gz
Add more execution stages (commit, rollback, etc)
This was done to get more information about where time is spent. Now we can get proper timing for time spent in commit, rollback, binlog write etc. Following stages was added: - Commit - Commit_implicit - Rollback - Rollback implicit - Binlog write - Init for update - This is used instead of "Init" for insert, update and delete. - Staring cleanup Following stages where changed: - "Unlocking tables" stage reset stage to previous stage at end - "binlog write" stage resets stage to previous stage at end - "end" -> "end of update loop" - "cleaning up" -> "Reset for next command" - Added stage_searching_rows_for_update when searching for rows to be deleted. Other things: - Renamed all stages to start with big letter (before there was no consitency) - Increased performance_schema_max_stage_classes from 150 to 160. - Most of the test changes in performance schema comes from renaming of stages. - Removed duplicate output of variables and inital state in a lot of performance schema tests. This was done to make it easier to change a default value for a performance variable without affecting all tests. - Added start_server_variables.test to check configuration - Removed some duplicate "closing tables" stages - Updated position for "stage_init_update" and "stage_updating" for delete, insert and update to be just before update loop (for more exact timing). - Don't set "Checking permissions" twice in a row. - Remove stage_end stage from creating views (not done for create table either). - Updated default performance history size from 10 to 20 because of new stages - Ensure that ps_enabled is correct (to be used in a later patch)
Diffstat (limited to 'mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result')
-rw-r--r--mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result420
1 files changed, 240 insertions, 180 deletions
diff --git a/mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result b/mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result
index 2dda100704f..89443515f31 100644
--- a/mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result
+++ b/mysql-test/suite/perfschema/r/event_aggregate_no_a_no_u_no_h.result
@@ -30,9 +30,10 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
@@ -94,9 +95,10 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
@@ -166,15 +168,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 3
-stage/sql/closing tables 3
-stage/sql/init 6
+stage/sql/Checking permissions 3
+stage/sql/Closing tables 4
+stage/sql/Init 5
+stage/sql/Init for update 1
stage/sql/Opening tables 3
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 3
-stage/sql/closing tables 3
-stage/sql/init 6
+stage/sql/Checking permissions 3
+stage/sql/Closing tables 4
+stage/sql/Init 5
+stage/sql/Init for update 1
stage/sql/Opening tables 3
execute dump_statements_account;
user host event_name count_star
@@ -240,15 +244,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 3
-stage/sql/closing tables 3
-stage/sql/init 6
+stage/sql/Checking permissions 3
+stage/sql/Closing tables 4
+stage/sql/Init 5
+stage/sql/Init for update 1
stage/sql/Opening tables 3
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 3
-stage/sql/closing tables 3
-stage/sql/init 6
+stage/sql/Checking permissions 3
+stage/sql/Closing tables 4
+stage/sql/Init 5
+stage/sql/Init for update 1
stage/sql/Opening tables 3
execute dump_statements_account;
user host event_name count_star
@@ -321,15 +327,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 6
-stage/sql/closing tables 6
-stage/sql/init 12
+stage/sql/Checking permissions 6
+stage/sql/Closing tables 8
+stage/sql/Init 10
+stage/sql/Init for update 2
stage/sql/Opening tables 6
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 6
-stage/sql/closing tables 6
-stage/sql/init 12
+stage/sql/Checking permissions 6
+stage/sql/Closing tables 8
+stage/sql/Init 10
+stage/sql/Init for update 2
stage/sql/Opening tables 6
execute dump_statements_account;
user host event_name count_star
@@ -398,15 +406,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 6
-stage/sql/closing tables 6
-stage/sql/init 12
+stage/sql/Checking permissions 6
+stage/sql/Closing tables 8
+stage/sql/Init 10
+stage/sql/Init for update 2
stage/sql/Opening tables 6
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 6
-stage/sql/closing tables 6
-stage/sql/init 12
+stage/sql/Checking permissions 6
+stage/sql/Closing tables 8
+stage/sql/Init 10
+stage/sql/Init for update 2
stage/sql/Opening tables 6
execute dump_statements_account;
user host event_name count_star
@@ -482,15 +492,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 9
-stage/sql/closing tables 9
-stage/sql/init 18
+stage/sql/Checking permissions 9
+stage/sql/Closing tables 12
+stage/sql/Init 15
+stage/sql/Init for update 3
stage/sql/Opening tables 9
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 9
-stage/sql/closing tables 9
-stage/sql/init 18
+stage/sql/Checking permissions 9
+stage/sql/Closing tables 12
+stage/sql/Init 15
+stage/sql/Init for update 3
stage/sql/Opening tables 9
execute dump_statements_account;
user host event_name count_star
@@ -562,15 +574,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 9
-stage/sql/closing tables 9
-stage/sql/init 18
+stage/sql/Checking permissions 9
+stage/sql/Closing tables 12
+stage/sql/Init 15
+stage/sql/Init for update 3
stage/sql/Opening tables 9
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 9
-stage/sql/closing tables 9
-stage/sql/init 18
+stage/sql/Checking permissions 9
+stage/sql/Closing tables 12
+stage/sql/Init 15
+stage/sql/Init for update 3
stage/sql/Opening tables 9
execute dump_statements_account;
user host event_name count_star
@@ -649,15 +663,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 24
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 20
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 24
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 20
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -727,15 +743,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 25
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 21
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 25
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 21
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -803,15 +821,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 26
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 22
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 26
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 22
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -876,15 +896,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 27
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 23
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 27
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 23
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -946,15 +968,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1017,15 +1041,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1087,15 +1113,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1157,15 +1185,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1227,15 +1257,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1297,15 +1329,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1367,15 +1401,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1437,15 +1473,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1507,15 +1545,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1577,15 +1617,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1647,15 +1689,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1717,15 +1761,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1787,15 +1833,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1857,15 +1905,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1927,15 +1977,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -1997,15 +2049,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -2067,15 +2121,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -2137,15 +2193,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star
@@ -2207,15 +2265,17 @@ execute dump_stages_host;
host event_name count_star
execute dump_stages_global;
event_name count_star
-stage/sql/checking permissions 0
-stage/sql/closing tables 0
-stage/sql/init 0
+stage/sql/Checking permissions 0
+stage/sql/Closing tables 0
+stage/sql/Init 0
+stage/sql/Init for update 0
stage/sql/Opening tables 0
execute dump_stages_history;
event_name count(event_name)
-stage/sql/checking permissions 12
-stage/sql/closing tables 12
-stage/sql/init 28
+stage/sql/Checking permissions 12
+stage/sql/Closing tables 16
+stage/sql/Init 24
+stage/sql/Init for update 4
stage/sql/Opening tables 12
execute dump_statements_account;
user host event_name count_star