mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
move userstat tables to a plugin
This commit is contained in:
@ -10206,6 +10206,11 @@ applicable_roles_insert(ACL_USER_BASE *grantee, ACL_ROLE *role, void *ptr)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else
|
||||
bool check_grant(THD *, ulong, TABLE_LIST *, bool, uint, bool)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif /*NO_EMBEDDED_ACCESS_CHECKS */
|
||||
|
||||
int fill_schema_enabled_roles(THD *thd, TABLE_LIST *tables, COND *cond)
|
||||
|
Reference in New Issue
Block a user