mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Implemented _non recursive_ role specific grants for table/column level privileges
This commit is contained in:
committed by
Sergei Golubchik
parent
2060937353
commit
fe521dc28e
@@ -251,7 +251,8 @@ typedef struct st_grant_info
|
||||
|
||||
@details The version of this copy is found in GRANT_INFO::version.
|
||||
*/
|
||||
GRANT_TABLE *grant_table;
|
||||
GRANT_TABLE *grant_table_user;
|
||||
GRANT_TABLE *grant_table_role;
|
||||
/**
|
||||
@brief Used for cache invalidation when caching privilege information.
|
||||
|
||||
|
Reference in New Issue
Block a user