mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for a user management system that resources can be reset to zero
with a GRANT statement.
This commit is contained in:
@ -163,7 +163,7 @@ typedef struct st_lex_user {
|
||||
|
||||
|
||||
typedef struct user_resources {
|
||||
uint questions, updates, connections;
|
||||
uint questions, updates, connections, bits;
|
||||
} USER_RESOURCES;
|
||||
|
||||
typedef struct user_conn {
|
||||
|
Reference in New Issue
Block a user