[MDEV-13245] Add struct AUTHID Created: 2017-07-05 Updated: 2017-07-05 Resolved: 2017-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | refactoring | ||
| Description |
|
We'll move the members "LEX_CSTRING user" and "LEX_CSTRING host" and associated methods from LEX_USER to a separate structure:
and derive LEX_USER from it:
This will allow to declare (variables and members) and pass user and host as a single structure. |
| Comments |
| Comment by Alexander Barkov [ 2017-07-05 ] |
|
Pushed into bb-10.2-ext |