You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS-9509 (8.0) Solved problem with memory counting by adding mysql_thread_set_psi_THD(thd) call
https://perconadev.atlassian.net/browse/PS-9509
The problem was in initialization of memory counting code, pfs_memory_alloc_vc() function
file pfc.cc:8410. If no thread is assotiated to the thd, then counters ignored. So, the soulution is
to add pfs_thread->m_cnt_thd by calling mysql_thread_set_psi_THD(thd) in the thread attaching code
0 commit comments