1
0
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:
Sinisa@sinisa.nasamreza.org
2002-06-25 21:20:10 +03:00
parent 66e1777a3e
commit d0cea95f49
4 changed files with 11 additions and 8 deletions

View File

@ -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 {