[MDEV-12612] mysqladmin --local flush... to use FLUSH LOCAL ... Created: 2017-04-28 Updated: 2017-05-24 Resolved: 2017-05-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Fix Version/s: | 10.1.24, 10.2.7 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Rather than --local using SET sql_log_bin=0 make it use the FLUSH LOCAL ... syntax to reduce the privilege requirements to RELOAD (rather than requiring SUPER). |
| Comments |
| Comment by Daniel Black [ 2017-05-24 ] |
|
Thanks serg |