mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.5 merge
This commit is contained in:
@ -435,7 +435,7 @@ void init_user_stats(USER_STATS *user_stats,
|
||||
memcpy(user_stats->user, user, user_length);
|
||||
user_stats->user[user_length]= 0;
|
||||
user_stats->user_name_length= user_length;
|
||||
strmake(user_stats->priv_user, priv_user, sizeof(user_stats->priv_user)-1);
|
||||
strmake_buf(user_stats->priv_user, priv_user);
|
||||
|
||||
user_stats->total_connections= total_connections;
|
||||
user_stats->concurrent_connections= concurrent_connections;
|
||||
|
Reference in New Issue
Block a user