[MDEV-4358] Feature Request: KILL USER <expr> Created: 2013-04-03 Updated: 2015-11-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I beilive this is a feature request, because KILL works as documented. With KILL <thread_id> one can pass an expression:
But with KILL USER you can't. I'm writing a Stored Proc where I may want to execute KILL; Prepared Statements are a good workaround, but passing a variable could be much less verbose. |