summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result')
-rw-r--r--mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result834
1 files changed, 180 insertions, 654 deletions
diff --git a/mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result b/mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result
index e1d2ab49814..a697a1ae36d 100644
--- a/mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result
+++ b/mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result
@@ -1,15 +1,3 @@
-Warnings:
-Warning 3090 Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.
-Warnings:
-Warning 1287 Using GRANT for creating new user is deprecated and will be removed in future release. Create new user with CREATE USER statement.
-Warnings:
-Warning 1287 Using GRANT for creating new user is deprecated and will be removed in future release. Create new user with CREATE USER statement.
-Warnings:
-Warning 1287 Using GRANT for creating new user is deprecated and will be removed in future release. Create new user with CREATE USER statement.
-Warnings:
-Warning 1287 Using GRANT for creating new user is deprecated and will be removed in future release. Create new user with CREATE USER statement.
-Warnings:
-Warning 3090 Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.
update performance_schema.setup_instruments
set enabled='NO' where name='wait/lock/table/sql/handler';
update performance_schema.setup_consumers
@@ -55,85 +43,6 @@ truncate performance_schema.events_waits_summary_by_user_by_event_name;
truncate performance_schema.events_waits_summary_by_host_by_event_name;
truncate performance_schema.events_waits_summary_global_by_event_name;
truncate performance_schema.events_waits_history_long;
-<<<<<<< HEAD
-=======
-show global variables like "performance_schema%";
-Variable_name Value
-performance_schema ON
-performance_schema_accounts_size 100
-performance_schema_digests_size 200
-performance_schema_events_stages_history_long_size 1000
-performance_schema_events_stages_history_size 10
-performance_schema_events_statements_history_long_size 1000
-performance_schema_events_statements_history_size 10
-performance_schema_events_transactions_history_long_size 1000
-performance_schema_events_transactions_history_size 10
-performance_schema_events_waits_history_long_size 10000
-performance_schema_events_waits_history_size 10
-performance_schema_hosts_size 100
-performance_schema_max_cond_classes 80
-performance_schema_max_cond_instances 1000
-performance_schema_max_digest_length 1024
-performance_schema_max_file_classes 80
-performance_schema_max_file_handles 32768
-performance_schema_max_file_instances 10000
-performance_schema_max_index_stat 5000
-performance_schema_max_memory_classes 320
-performance_schema_max_metadata_locks 10000
-performance_schema_max_mutex_classes 210
-performance_schema_max_mutex_instances 5000
-performance_schema_max_prepared_statements_instances 100
-performance_schema_max_program_instances 5000
-performance_schema_max_rwlock_classes 50
-performance_schema_max_rwlock_instances 5000
-performance_schema_max_socket_classes 10
-performance_schema_max_socket_instances 1000
-performance_schema_max_sql_text_length 1024
-performance_schema_max_stage_classes 150
-performance_schema_max_statement_classes 193
-performance_schema_max_statement_stack 10
-performance_schema_max_table_handles 1000
-performance_schema_max_table_instances 500
-performance_schema_max_table_lock_stat 500
-performance_schema_max_thread_classes 50
-performance_schema_max_thread_instances 200
-performance_schema_session_connect_attrs_size 2048
-performance_schema_setup_actors_size 100
-performance_schema_setup_objects_size 100
-performance_schema_users_size 100
-show global status like "performance_schema%";
-Variable_name Value
-Performance_schema_accounts_lost 0
-Performance_schema_cond_classes_lost 0
-Performance_schema_cond_instances_lost 0
-Performance_schema_digest_lost 0
-Performance_schema_file_classes_lost 0
-Performance_schema_file_handles_lost 0
-Performance_schema_file_instances_lost 0
-Performance_schema_hosts_lost 0
-Performance_schema_index_stat_lost 0
-Performance_schema_locker_lost 0
-Performance_schema_memory_classes_lost 0
-Performance_schema_metadata_lock_lost 0
-Performance_schema_mutex_classes_lost 0
-Performance_schema_mutex_instances_lost 0
-Performance_schema_nested_statement_lost 0
-Performance_schema_prepared_statements_lost 0
-Performance_schema_program_lost 0
-Performance_schema_rwlock_classes_lost 0
-Performance_schema_rwlock_instances_lost 0
-Performance_schema_session_connect_attrs_lost 0
-Performance_schema_socket_classes_lost 0
-Performance_schema_socket_instances_lost 0
-Performance_schema_stage_classes_lost 0
-Performance_schema_statement_classes_lost 0
-Performance_schema_table_handles_lost 0
-Performance_schema_table_instances_lost 0
-Performance_schema_table_lock_stat_lost 0
-Performance_schema_thread_classes_lost 0
-Performance_schema_thread_instances_lost 0
-Performance_schema_users_lost 0
->>>>>>> 258e16fa2de... WIP 5.7 P_S
"================== Step 1 =================="
call dump_thread();
username status
@@ -276,11 +185,7 @@ a b c d
select * from test.t3 force index(index_b) where b=5;
a b c d
105 5 5 1
-<<<<<<< HEAD
connection default;
-"================== Step 3 =================="
-=======
-"================== con1 marker =================="
"================== Step 3-A =================="
call dump_thread();
username event_name count_star
@@ -306,27 +211,27 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-wait/io/table/sql/handler 32
+wait/io/table/sql/handler 33
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-TABLE test t1 NULL 4 3 1 3 1 0 0
+TABLE test t1 NULL 6 4 2 4 1 1 0
TABLE test t1 index_b 0 0 0 0 0 0 0
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 3 1 2 1 0 2 0
-TABLE test t2 NULL 7 5 2 5 2 0 0
+TABLE test t1 PRIMARY 2 1 1 1 0 1 0
+TABLE test t2 NULL 9 5 4 5 2 2 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 3 1 2 1 0 2 0
-TABLE test t3 NULL 10 7 3 7 3 0 0
+TABLE test t2 PRIMARY 1 1 0 1 0 0 0
+TABLE test t3 NULL 13 7 6 7 3 3 0
TABLE test t3 index_b 1 1 0 1 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 4 1 3 1 0 3 0
+TABLE test t3 PRIMARY 1 1 0 1 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-TABLE test t1 7 4 3 4 1 2 0
+TABLE test t1 8 5 3 5 1 2 0
TABLE test t2 10 6 4 6 2 2 0
TABLE test t3 15 9 6 9 3 3 0
execute dump_waits_table_lock;
@@ -336,13 +241,14 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-TABLE test t1 7
+TABLE test t1 8
TABLE test t2 10
TABLE test t3 15
+connection con1;
flush tables;
"================== con1 FLUSH =================="
+connection default;
"================== Step 3-B =================="
->>>>>>> merge-perfschema-5.7
call dump_thread();
username event_name count_star
user1 wait/io/table/sql/handler 0
@@ -367,43 +273,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 37
-=======
-wait/io/table/sql/handler 32
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 33
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
TABLE test t1 NULL 6 4 2 4 1 1 0
-=======
-TABLE test t1 NULL 4 3 1 3 1 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_b 0 0 0 0 0 0 0
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 3 1 2 1 0 2 0
-TABLE test t2 NULL 7 5 2 5 2 0 0
+TABLE test t1 PRIMARY 2 1 1 1 0 1 0
+TABLE test t2 NULL 9 5 4 5 2 2 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 3 1 2 1 0 2 0
-TABLE test t3 NULL 10 7 3 7 3 0 0
+TABLE test t2 PRIMARY 1 1 0 1 0 0 0
+TABLE test t3 NULL 13 7 6 7 3 3 0
TABLE test t3 index_b 1 1 0 1 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 4 1 3 1 0 3 0
+TABLE test t3 PRIMARY 1 1 0 1 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
TABLE test t1 8 5 3 5 1 2 0
-TABLE test t2 12 8 4 8 2 2 0
-TABLE test t3 17 11 6 11 3 3 0
-=======
-TABLE test t1 7 4 3 4 1 2 0
TABLE test t2 10 6 4 6 2 2 0
TABLE test t3 15 9 6 9 3 3 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -411,16 +303,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
TABLE test t1 8
-TABLE test t2 12
-TABLE test t3 17
-connect con2, localhost, user2, , ;
-=======
-TABLE test t1 7
TABLE test t2 10
TABLE test t3 15
->>>>>>> merge-perfschema-5.7
+connect con2, localhost, user2, , ;
select concat(current_user(), " is connected") as status;
status
user2@localhost is connected
@@ -455,43 +341,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 37
-=======
-wait/io/table/sql/handler 32
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 33
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
TABLE test t1 NULL 6 4 2 4 1 1 0
-=======
-TABLE test t1 NULL 4 3 1 3 1 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_b 0 0 0 0 0 0 0
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 3 1 2 1 0 2 0
-TABLE test t2 NULL 7 5 2 5 2 0 0
+TABLE test t1 PRIMARY 2 1 1 1 0 1 0
+TABLE test t2 NULL 9 5 4 5 2 2 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 3 1 2 1 0 2 0
-TABLE test t3 NULL 10 7 3 7 3 0 0
+TABLE test t2 PRIMARY 1 1 0 1 0 0 0
+TABLE test t3 NULL 13 7 6 7 3 3 0
TABLE test t3 index_b 1 1 0 1 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 4 1 3 1 0 3 0
+TABLE test t3 PRIMARY 1 1 0 1 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
TABLE test t1 8 5 3 5 1 2 0
-TABLE test t2 12 8 4 8 2 2 0
-TABLE test t3 17 11 6 11 3 3 0
-=======
-TABLE test t1 7 4 3 4 1 2 0
TABLE test t2 10 6 4 6 2 2 0
TABLE test t3 15 9 6 9 3 3 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -499,16 +371,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
TABLE test t1 8
-TABLE test t2 12
-TABLE test t3 17
-connection con2;
-=======
-TABLE test t1 7
TABLE test t2 10
TABLE test t3 15
->>>>>>> merge-perfschema-5.7
+connection con2;
insert into test.t1 set a=201, b=1, c=1;
insert into test.t2 set a=202, b=2, c=2;
insert into test.t2 set a=203, b=3, c=3;
@@ -578,44 +444,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 94
-=======
-wait/io/table/sql/handler 83
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 84
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 15 10 5 10 2 3 0
-TABLE test t1 index_b 1 1 0 1 0 0 0
-=======
-TABLE test t1 NULL 10 8 2 8 2 0 0
+TABLE test t1 NULL 14 9 5 9 2 3 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 7 2 5 2 0 5 0
-TABLE test t2 NULL 18 14 4 14 4 0 0
+TABLE test t1 PRIMARY 4 2 2 2 0 2 0
+TABLE test t2 NULL 24 14 10 14 4 6 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 8 2 6 2 0 6 0
-TABLE test t3 NULL 26 20 6 20 6 0 0
+TABLE test t2 PRIMARY 2 2 0 2 0 0 0
+TABLE test t3 NULL 35 20 15 20 6 9 0
TABLE test t3 index_b 3 3 0 3 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 11 2 9 2 0 9 0
+TABLE test t3 PRIMARY 2 2 0 2 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 20 13 7 13 2 5 0
-TABLE test t2 30 20 10 20 4 6 0
-TABLE test t3 44 29 15 29 6 9 0
-=======
-TABLE test t1 17 10 7 10 2 5 0
+TABLE test t1 18 11 7 11 2 5 0
TABLE test t2 26 16 10 16 4 6 0
TABLE test t3 40 25 15 25 6 9 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -623,16 +474,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 20
-TABLE test t2 30
-TABLE test t3 44
-connect con3, localhost, user3, , ;
-=======
-TABLE test t1 17
+TABLE test t1 18
TABLE test t2 26
TABLE test t3 40
->>>>>>> merge-perfschema-5.7
+connect con3, localhost, user3, , ;
select concat(current_user(), " is connected") as status;
status
user3@localhost is connected
@@ -672,44 +517,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 94
-=======
-wait/io/table/sql/handler 83
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 84
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 15 10 5 10 2 3 0
-TABLE test t1 index_b 1 1 0 1 0 0 0
-=======
-TABLE test t1 NULL 10 8 2 8 2 0 0
+TABLE test t1 NULL 14 9 5 9 2 3 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 7 2 5 2 0 5 0
-TABLE test t2 NULL 18 14 4 14 4 0 0
+TABLE test t1 PRIMARY 4 2 2 2 0 2 0
+TABLE test t2 NULL 24 14 10 14 4 6 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 8 2 6 2 0 6 0
-TABLE test t3 NULL 26 20 6 20 6 0 0
+TABLE test t2 PRIMARY 2 2 0 2 0 0 0
+TABLE test t3 NULL 35 20 15 20 6 9 0
TABLE test t3 index_b 3 3 0 3 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 11 2 9 2 0 9 0
+TABLE test t3 PRIMARY 2 2 0 2 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 20 13 7 13 2 5 0
-TABLE test t2 30 20 10 20 4 6 0
-TABLE test t3 44 29 15 29 6 9 0
-=======
-TABLE test t1 17 10 7 10 2 5 0
+TABLE test t1 18 11 7 11 2 5 0
TABLE test t2 26 16 10 16 4 6 0
TABLE test t3 40 25 15 25 6 9 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -717,16 +547,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 20
-TABLE test t2 30
-TABLE test t3 44
-connection con3;
-=======
-TABLE test t1 17
+TABLE test t1 18
TABLE test t2 26
TABLE test t3 40
->>>>>>> merge-perfschema-5.7
+connection con3;
insert into test.t1 set a=301, b=1, c=1;
insert into test.t2 set a=302, b=2, c=2;
insert into test.t2 set a=303, b=3, c=3;
@@ -808,44 +632,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 170
-=======
-wait/io/table/sql/handler 153
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 154
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 27 18 9 18 3 6 0
-TABLE test t1 index_b 2 2 0 2 0 0 0
-=======
-TABLE test t1 NULL 18 15 3 15 3 0 0
+TABLE test t1 NULL 25 16 9 16 3 6 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 12 3 9 3 0 9 0
-TABLE test t2 NULL 33 27 6 27 6 0 0
+TABLE test t1 PRIMARY 6 3 3 3 0 3 0
+TABLE test t2 NULL 45 27 18 27 6 12 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 15 3 12 3 0 12 0
-TABLE test t3 NULL 48 39 9 39 9 0 0
+TABLE test t2 PRIMARY 3 3 0 3 0 0 0
+TABLE test t3 NULL 66 39 27 39 9 18 0
TABLE test t3 index_b 6 6 0 6 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 21 3 18 3 0 18 0
+TABLE test t3 PRIMARY 3 3 0 3 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 35 23 12 23 3 9 0
-TABLE test t2 54 36 18 36 6 12 0
-TABLE test t3 81 54 27 54 9 18 0
-=======
-TABLE test t1 30 18 12 18 3 9 0
+TABLE test t1 31 19 12 19 3 9 0
TABLE test t2 48 30 18 30 6 12 0
TABLE test t3 75 48 27 48 9 18 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -853,16 +662,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 35
-TABLE test t2 54
-TABLE test t3 81
-connect con4, localhost, user4, , ;
-=======
-TABLE test t1 30
+TABLE test t1 31
TABLE test t2 48
TABLE test t3 75
->>>>>>> merge-perfschema-5.7
+connect con4, localhost, user4, , ;
select concat(current_user(), " is connected") as status;
status
user4@localhost is connected
@@ -907,44 +710,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 170
-=======
-wait/io/table/sql/handler 153
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 154
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 27 18 9 18 3 6 0
-TABLE test t1 index_b 2 2 0 2 0 0 0
-=======
-TABLE test t1 NULL 18 15 3 15 3 0 0
+TABLE test t1 NULL 25 16 9 16 3 6 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 12 3 9 3 0 9 0
-TABLE test t2 NULL 33 27 6 27 6 0 0
+TABLE test t1 PRIMARY 6 3 3 3 0 3 0
+TABLE test t2 NULL 45 27 18 27 6 12 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 15 3 12 3 0 12 0
-TABLE test t3 NULL 48 39 9 39 9 0 0
+TABLE test t2 PRIMARY 3 3 0 3 0 0 0
+TABLE test t3 NULL 66 39 27 39 9 18 0
TABLE test t3 index_b 6 6 0 6 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 21 3 18 3 0 18 0
+TABLE test t3 PRIMARY 3 3 0 3 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 35 23 12 23 3 9 0
-TABLE test t2 54 36 18 36 6 12 0
-TABLE test t3 81 54 27 54 9 18 0
-=======
-TABLE test t1 30 18 12 18 3 9 0
+TABLE test t1 31 19 12 19 3 9 0
TABLE test t2 48 30 18 30 6 12 0
TABLE test t3 75 48 27 48 9 18 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -952,16 +740,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 35
-TABLE test t2 54
-TABLE test t3 81
-connection con4;
-=======
-TABLE test t1 30
+TABLE test t1 31
TABLE test t2 48
TABLE test t3 75
->>>>>>> merge-perfschema-5.7
+connection con4;
insert into test.t1 set a=401, b=1, c=1;
insert into test.t2 set a=402, b=2, c=2;
insert into test.t2 set a=403, b=3, c=3;
@@ -1055,44 +837,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1100,16 +867,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-connection con1;
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
+connection con1;
lock tables test.t1 read, test.t2 read, test.t3 read;
unlock tables;
lock tables test.t1 write, test.t2 write, test.t3 write;
@@ -1155,44 +916,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1200,16 +946,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-connection default;
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
+connection default;
flush tables;
"================== flush marker =================="
"================== Step 11 =================="
@@ -1252,44 +992,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1297,15 +1022,9 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
set global read_only=1;
set global read_only=0;
"================== global read_only marker =================="
@@ -1349,44 +1068,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1394,17 +1098,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-disconnect con1;
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
-"================== con1 disconnected =================="
->>>>>>> merge-perfschema-5.7
+disconnect con1;
"================== Step 13 =================="
call dump_thread();
username status
@@ -1444,44 +1141,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1489,17 +1171,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-disconnect con2;
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
-"================== con2 disconnected =================="
->>>>>>> merge-perfschema-5.7
+disconnect con2;
"================== Step 14 =================="
call dump_thread();
username status
@@ -1538,44 +1213,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1583,17 +1243,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-disconnect con3;
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
-"================== con3 disconnected =================="
->>>>>>> merge-perfschema-5.7
+disconnect con3;
"================== Step 15 =================="
call dump_thread();
username status
@@ -1631,44 +1284,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1676,17 +1314,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-disconnect con4;
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
-"================== con4 disconnected =================="
->>>>>>> merge-perfschema-5.7
+disconnect con4;
"================== Step 16 =================="
call dump_thread();
username status
@@ -1723,44 +1354,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1768,16 +1384,10 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-connection default;
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
+connection default;
truncate performance_schema.events_waits_summary_by_thread_by_event_name;
"================== BY_THREAD truncated =================="
"================== Step 17 =================="
@@ -1816,44 +1426,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1861,15 +1456,9 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
truncate performance_schema.events_waits_summary_by_account_by_event_name;
"================== BY_ACCOUNT truncated =================="
"================== Step 18 =================="
@@ -1908,44 +1497,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -1953,15 +1527,9 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
truncate performance_schema.events_waits_summary_by_user_by_event_name;
"================== BY_USER truncated =================="
"================== Step 19 =================="
@@ -2000,44 +1568,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -2045,15 +1598,9 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
truncate performance_schema.events_waits_summary_by_host_by_event_name;
"================== BY_HOST truncated =================="
"================== Step 21 =================="
@@ -2092,44 +1639,29 @@ localhost wait/io/table/sql/handler 0
localhost wait/lock/table/sql/handler 0
execute dump_waits_global;
event_name count_star
-<<<<<<< HEAD
-wait/io/table/sql/handler 265
-=======
-wait/io/table/sql/handler 242
->>>>>>> merge-perfschema-5.7
+wait/io/table/sql/handler 243
wait/lock/table/sql/handler 0
execute dump_waits_history;
event_name count(event_name) object_type object_schema object_name
execute dump_waits_index_io;
object_type object_schema object_name index_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 NULL 42 28 14 28 4 10 0
-TABLE test t1 index_b 3 3 0 3 0 0 0
-=======
-TABLE test t1 NULL 28 24 4 24 4 0 0
+TABLE test t1 NULL 39 25 14 25 4 10 0
TABLE test t1 index_b 0 0 0 0 0 0 0
->>>>>>> merge-perfschema-5.7
TABLE test t1 index_cb 0 0 0 0 0 0 0
-TABLE test t1 PRIMARY 18 4 14 4 0 14 0
-TABLE test t2 NULL 52 44 8 44 8 0 0
+TABLE test t1 PRIMARY 8 4 4 4 0 4 0
+TABLE test t2 NULL 72 44 28 44 8 20 0
TABLE test t2 index_b 0 0 0 0 0 0 0
TABLE test t2 index_cb 0 0 0 0 0 0 0
-TABLE test t2 PRIMARY 24 4 20 4 0 20 0
-TABLE test t3 NULL 76 64 12 64 12 0 0
+TABLE test t2 PRIMARY 4 4 0 4 0 0 0
+TABLE test t3 NULL 106 64 42 64 12 30 0
TABLE test t3 index_b 10 10 0 10 0 0 0
TABLE test t3 index_cb 0 0 0 0 0 0 0
-TABLE test t3 PRIMARY 34 4 30 4 0 30 0
+TABLE test t3 PRIMARY 4 4 0 4 0 0 0
execute dump_waits_table_io;
object_type object_schema object_name count_star count_read count_write count_fetch count_insert count_update count_delete
-<<<<<<< HEAD
-TABLE test t1 53 35 18 35 4 14 0
-TABLE test t2 84 56 28 56 8 20 0
-TABLE test t3 128 86 42 86 12 30 0
-=======
-TABLE test t1 46 28 18 28 4 14 0
+TABLE test t1 47 29 18 29 4 14 0
TABLE test t2 76 48 28 48 8 20 0
TABLE test t3 120 78 42 78 12 30 0
->>>>>>> merge-perfschema-5.7
execute dump_waits_table_lock;
object_type object_schema object_name count_star count_read count_write count_read_normal count_read_with_shared_locks count_read_high_priority count_read_no_insert count_read_external count_write_low_priority count_write_external
TABLE test t1 0 0 0 0 0 0 0 0 0 0
@@ -2137,15 +1669,9 @@ TABLE test t2 0 0 0 0 0 0 0 0 0 0
TABLE test t3 0 0 0 0 0 0 0 0 0 0
execute dump_objects_summary;
object_type object_schema object_name count_star
-<<<<<<< HEAD
-TABLE test t1 53
-TABLE test t2 84
-TABLE test t3 128
-=======
-TABLE test t1 46
+TABLE test t1 47
TABLE test t2 76
TABLE test t3 120
->>>>>>> merge-perfschema-5.7
truncate performance_schema.events_waits_summary_global_by_event_name;
"================== GLOBAL truncated =================="
"================== Step 21 =================="