mirror of https://github.com/MariaDB/server
Browse Source
The problem is that unimplemented WIN32 version of pthread_kill is returning ESRCH no matter the arguments, causing calls to mysqld_list_processes to set the procinfo to dead because pthread_kill returns non zero. The dead procinfo would show up on a second invocation of show processlist. include/my_pthread.h: When unimplemented, pthread_kill must return zero for any process id other then zero.pull/374/head
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue