Bug #118047 The acl definitions lack extensibility
Submitted: 24 Apr 2:50 Modified: 24 Apr 6:30
Reporter: Rungong An Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Security: Privileges Severity:S4 (Feature request)
Version:8.*, 9.* OS:Any
Assigned to: CPU Architecture:Any

[24 Apr 2:50] Rungong An
Description:
The type of ACL bitmask in " sql / auth / auth_acls.h" is 32 bit:

```
typedef uint32_t Access_bitmask;

```

If acls extend in the future,the bitmask is not enough.

How to repeat:
This is a design issue, cannot repeat.
[24 Apr 6:30] MySQL Verification Team
Hello Rungong An,

Thank you for the enhancement request!

regards,
Umesh