mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@ -43,6 +43,10 @@ int make_profile_table_for_show(THD *thd, ST_SCHEMA_TABLE *schema_table);
|
||||
#include "sql_priv.h"
|
||||
#include "unireg.h"
|
||||
|
||||
#ifdef __WIN__
|
||||
#include <psapi.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
@ -174,6 +178,8 @@ private:
|
||||
struct rusage rusage;
|
||||
#elif defined(_WIN32)
|
||||
FILETIME ftKernel, ftUser;
|
||||
IO_COUNTERS io_count;
|
||||
PROCESS_MEMORY_COUNTERS mem_count;
|
||||
#endif
|
||||
|
||||
char *function;
|
||||
|
Reference in New Issue
Block a user