mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
5.3 merge
This commit is contained in:
@ -186,6 +186,7 @@ private:
|
||||
char *file;
|
||||
unsigned int line;
|
||||
|
||||
ulong m_seq;
|
||||
double time_usecs;
|
||||
char *allocated_status_memory;
|
||||
|
||||
@ -217,8 +218,9 @@ private:
|
||||
query_id_t profiling_query_id; /* Session-specific id. */
|
||||
char *query_source;
|
||||
|
||||
PROF_MEASUREMENT *profile_start;
|
||||
PROF_MEASUREMENT *profile_end;
|
||||
double m_start_time_usecs;
|
||||
double m_end_time_usecs;
|
||||
ulong m_seq_counter;
|
||||
Queue<PROF_MEASUREMENT> entries;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user