Workaround the pthread_once_t static initialization. Per the
POSIX standard, reinitialization of a pthread_once is a gray area, but it is needed to support subsequent initializations of the client library. mysys/charset.c: Reinitialize a pthread_once_t variable.
Showing
Please register or sign in to comment