From e6cba2be35506bce8b0655f6081ef3508464bbf9 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 5 Feb 2010 13:57:15 +0100 Subject: Bug#50057: 'SHOW PROFILE CPU' port for Windows. Patch contributed by Alex Budovski. --- sql/sql_profile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/sql_profile.h') diff --git a/sql/sql_profile.h b/sql/sql_profile.h index bffe1cb576b..31e2f1a7c50 100644 --- a/sql/sql_profile.h +++ b/sql/sql_profile.h @@ -173,6 +173,8 @@ private: char *status; #ifdef HAVE_GETRUSAGE struct rusage rusage; +#elif defined(_WIN32) + FILETIME ftKernel, ftUser; #endif char *function; -- cgit v1.2.1