diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-03-07 15:12:02 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-03-10 19:24:24 +0100 |
commit | 7180afa0943714942678d037d27fad072e3e98e9 (patch) | |
tree | 6b0a8436a3040d3dae488040709d91f0a5bbfc77 /sql/scheduler.h | |
parent | a9b8131d99dbdf1a71e62f58e8508a5a5b411a78 (diff) | |
download | mariadb-git-7180afa0943714942678d037d27fad072e3e98e9.tar.gz |
fix perfschema for pool-of-threads
Diffstat (limited to 'sql/scheduler.h')
-rw-r--r-- | sql/scheduler.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/scheduler.h b/sql/scheduler.h index 676262f6454..ebf8d6e9e64 100644 --- a/sql/scheduler.h +++ b/sql/scheduler.h @@ -82,17 +82,6 @@ extern void post_kill_notification(THD *); struct thd_scheduler { public: - /* - Thread instrumentation for the user job. - This member holds the instrumentation while the user job is not run - by a thread. - - Note that this member is not conditionally declared - (ifdef HAVE_PSI_INTERFACE), because doing so will change the binary - layout of THD, which is exposed to plugin code that may be compiled - differently. - */ - PSI_thread *m_psi; void *data; /* scheduler-specific data structure */ }; |