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

perfschema compilation, test and misc fixes

This commit is contained in:
Sergei Golubchik
2020-02-15 18:25:57 +01:00
parent 81cffda2e6
commit 7af733a5a2
403 changed files with 20147 additions and 63173 deletions

View File

@@ -7,16 +7,6 @@ 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
@@ -54,11 +44,7 @@ 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
@@ -127,12 +113,7 @@ 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