Bug#32059 thread_id is a long rather than ulong
thread_id should be defined as a dword (32 bit unsigned). mysys/my_thr_init.c: * Change variable thread_id to unsigned long.
Showing
Please register or sign in to comment
thread_id should be defined as a dword (32 bit unsigned). mysys/my_thr_init.c: * Change variable thread_id to unsigned long.