[MDEV-9443] Roles aren't supported in prepared statements Created: 2016-01-21 Updated: 2016-03-22 Resolved: 2016-03-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements, Prepared Statements |
| Affects Version/s: | None |
| Fix Version/s: | 10.1.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Rasmus Johansson (Inactive) | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.13 | ||||||||
| Description |
|
It's not possible to use CREATE/DROP ROLE in prepared statements. Example:
|
| Comments |
| Comment by Elena Stepanova [ 2016-03-07 ] | |||
|
Same for REVOKE, see MDEV-9691. | |||
| Comment by Vicențiu Ciorbaru [ 2016-03-22 ] | |||
|
Hi Sergei, Can you please review the following 2 patches for this MDEV? http://lists.askmonty.org/pipermail/commits/2016-March/009151.html Thanks! | |||
| Comment by Sergei Golubchik [ 2016-03-22 ] | |||
|
You've simply enabled these commands. Is that enough? So far looks like it is. Please add few tests with reexecution. Like:
Then ok to push. | |||
| Comment by Vicențiu Ciorbaru [ 2016-03-22 ] | |||
|
Fixed with: |