1
0
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:
Vladislav Vaintroub
2010-02-05 13:57:15 +01:00
parent 1a0f34e6a4
commit fe6f55d6a2
2 changed files with 45 additions and 0 deletions

View File

@ -173,6 +173,8 @@ private:
char *status;
#ifdef HAVE_GETRUSAGE
struct rusage rusage;
#elif defined(_WIN32)
FILETIME ftKernel, ftUser;
#endif
char *function;