mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix to make os_thread_id it compiled on windows.
This commit is contained in:
@ -2334,7 +2334,7 @@ public:
|
||||
{ TRASH(ptr, size); }
|
||||
|
||||
ulong thread_id;
|
||||
ulong os_thread_id;
|
||||
uint32 os_thread_id;
|
||||
ulonglong start_time;
|
||||
uint command;
|
||||
const char *user,*host,*db,*proc_info,*state_info;
|
||||
|
Reference in New Issue
Block a user