mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits
This commit is contained in:
@ -715,7 +715,7 @@ static void update_global_user_stats_with_user(THD *thd,
|
||||
user_stats->cpu_time+= (thd->status_var.cpu_time -
|
||||
thd->org_status_var.cpu_time);
|
||||
/*
|
||||
This is handle specially as bytes_recieved is incremented BEFORE
|
||||
This is handle specially as bytes_received is incremented BEFORE
|
||||
org_status_var is copied.
|
||||
*/
|
||||
user_stats->bytes_received+= (thd->org_status_var.bytes_received-
|
||||
|
Reference in New Issue
Block a user