Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Please consider including the attached patch into MariaDB.
It cleans up the code in sql/sql_acl.cc so that it usess enum values to index different ACL tables instead of hard-coded numbers as indexes. This makes the code more understandable for the reader and less prone to errors during merges between independent changes.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.0.3 [ 12900 ] |
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Fix Version/s | 10.0.4 [ 13101 ] | |
Fix Version/s | 10.0.3 [ 12900 ] |
Fix Version/s | 10.0.5 [ 13201 ] | |
Fix Version/s | 10.0.4 [ 13101 ] |
Fix Version/s | 10.0.6 [ 13202 ] | |
Fix Version/s | 10.0.5 [ 13201 ] |
Fix Version/s | 10.0.7 [ 14100 ] | |
Fix Version/s | 10.0.6 [ 13202 ] |
Fix Version/s | 10.0.8 [ 14200 ] | |
Fix Version/s | 10.0.7 [ 14100 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Assignee | Sergey Vojtovich [ svoj ] |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | 10.0.9 [ 14400 ] | |
Fix Version/s | 10.0.8 [ 14200 ] |
Fix Version/s | 10.1.0 [ 12200 ] | |
Fix Version/s | 10.0.9 [ 14400 ] |
Attachment | acl.diff [ 26900 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Workflow | defaullt [ 27438 ] | MariaDB v2 [ 42838 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Sergei Golubchik [ serg ] | Sergey Vojtovich [ svoj ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Comment | [ I'll attach my (incomplete) patch — acl.diff. It should go in 10.1 ] |
Attachment | acl.diff [ 26900 ] |
Attachment | acl.diff [ 31013 ] |
Attachment | acl.diff [ 31013 ] |
Attachment | acl.diff [ 31014 ] |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 42838 ] | MariaDB v3 [ 61729 ] |
Workflow | MariaDB v3 [ 61729 ] | MariaDB v4 [ 132128 ] |
svoj, could you please review this cleanup patch? Thanks.