Commit 0a6cf809 authored by thek@adventure.(none)'s avatar thek@adventure.(none)

Bug#32059 thread_id is a long rather than ulong

thread_id should be defined as a dword (32 bit unsigned).
parent 93a09928
......@@ -223,7 +223,7 @@ void my_thread_global_end(void)
#endif
}
static long thread_id=0;
static ulong thread_id=0;
/*
Allocate thread specific memory for the thread, used by mysys and dbug
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment