mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#50057: 'SHOW PROFILE CPU' port for Windows.
Patch contributed by Alex Budovski.
This commit is contained in:
@ -173,6 +173,8 @@ private:
|
||||
char *status;
|
||||
#ifdef HAVE_GETRUSAGE
|
||||
struct rusage rusage;
|
||||
#elif defined(_WIN32)
|
||||
FILETIME ftKernel, ftUser;
|
||||
#endif
|
||||
|
||||
char *function;
|
||||
|
Reference in New Issue
Block a user