mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Manual merge from mysql-next-mr.
Conflicts: - sql/log_event.cc - sql/sql_class.h
This commit is contained in:
@ -165,6 +165,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