1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

P_S 5.7.28

This commit is contained in:
Sergei Golubchik
2019-12-10 15:35:00 +01:00
parent dfe6e914e5
commit 0ea717f51a
942 changed files with 174739 additions and 20780 deletions

View File

@@ -7,6 +7,16 @@ role, instrumented
FROM performance_schema.threads
WHERE name LIKE 'thread/sql%'
ORDER BY name;
name thread/sql/compress_gtid_table
type FOREGROUND
processlist_user NULL
processlist_host NULL
processlist_db NULL
processlist_command Daemon
processlist_info NULL
unified_parent_thread_id unified parent_thread_id
role NULL
instrumented YES
name thread/sql/main
type BACKGROUND
processlist_user NULL
@@ -44,7 +54,11 @@ processlist_info NULL
unified_parent_thread_id unified parent_thread_id
role NULL
instrumented YES
<<<<<<< HEAD
name thread/sql/slave_background
=======
name thread/sql/thread_timer_notifier
>>>>>>> 258e16fa2de... WIP 5.7 P_S
type BACKGROUND
processlist_user NULL
processlist_host NULL
@@ -113,7 +127,12 @@ WHERE t1.name LIKE 'thread/sql%'
ORDER BY parent_thread_name, child_thread_name;
parent_thread_name child_thread_name
thread/sql/event_scheduler thread/sql/event_worker
thread/sql/main thread/sql/compress_gtid_table
thread/sql/main thread/sql/one_connection
thread/sql/main thread/sql/signal_handler
<<<<<<< HEAD
thread/sql/main thread/sql/slave_background
=======
thread/sql/main thread/sql/thread_timer_notifier
>>>>>>> 258e16fa2de... WIP 5.7 P_S
thread/sql/one_connection thread/sql/event_scheduler