1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix perfschema for pool-of-threads

This commit is contained in:
Sergei Golubchik
2020-03-07 15:12:02 +01:00
parent a9b8131d99
commit 7180afa094
11 changed files with 23 additions and 31 deletions

View File

@ -758,7 +758,6 @@ THD::THD(my_thread_id id, bool is_wsrep_applier)
thread_stack= 0;
scheduler= thread_scheduler; // Will be fixed later
event_scheduler.data= 0;
event_scheduler.m_psi= 0;
skip_wait_timeout= false;
catalog= (char*)"std"; // the only catalog we have for now
main_security_ctx.init();