mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@@ -1454,7 +1454,7 @@ bool LOGGER::slow_log_print(THD *thd, const char *query, size_t query_length,
|
||||
user_host_buff);
|
||||
|
||||
DBUG_ASSERT(thd->start_utime);
|
||||
DBUG_ASSERT(thd->start_time);
|
||||
DBUG_ASSERT(thd->start_time || thd->start_time_sec_part);
|
||||
query_utime= (current_utime - thd->start_utime);
|
||||
lock_utime= (thd->utime_after_lock - thd->start_utime);
|
||||
my_hrtime_t current_time= { hrtime_from_time(thd->start_time) +
|
||||
|
Reference in New Issue
Block a user