[MDEV-9134] ALL PRIVILEGES insufficient to kill query Created: 2015-11-16 Updated: 2015-11-19 Resolved: 2015-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.0.21-galera |
| Fix Version/s: | 10.0.21-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
ubuntu 14.04 |
||
| Description |
|
|
| Comments |
| Comment by Elena Stepanova [ 2015-11-18 ] | |||||||||||||||||||||||||||||||||||
|
Works for me:
The usual reason is that at the moment of connection the user only had the PROCESS privileges, and you granted ALL after the connection was already established – in this case, indeed, the privileges would be visible but not active. If you've ruled it out, then possibly something is wrong with the WSREP-ed version, AFAIR it had some logic around account management. | |||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2015-11-18 ] | |||||||||||||||||||||||||||||||||||
|
the user was created 1-2 weeks ago with all privs and it was a new connection when the kill as attempted. The queries being killed where the ones stuck due to Maybe while manipulating the engine independent starts the query elevated privs somewhere. Certainly not reproducible on benign SLEEP queries.
| |||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2015-11-19 ] | |||||||||||||||||||||||||||||||||||
|
Still works:
Please paste the cnf file. | |||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2015-11-19 ] | |||||||||||||||||||||||||||||||||||
|
Sorry, don't know where to go to from here. I guess its can't reproduce then. |