[MDEV-14775] mysqladmin flush commands not working Created: 2017-12-26 Updated: 2020-08-25 Resolved: 2017-12-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.0.32 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Claudio Nanni | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I noticed that:
Don't flush the error log and:
Doesn't rotate the binary logs While FLUSH LOGS; run interactively does rotate logs(error and binary). This is confirmed also by strace. To reproduce it's simple:
error.log is not re-created You can confirm it with strace by:
After running the commands mysqld.strace file will be empty:
If you do the same using:
Then the strace file will contain the proper system calls. |
| Comments |
| Comment by Elena Stepanova [ 2017-12-26 ] | |||||||||||||||
|
Both seem to be working for me.
Please provide more details on how exactly yous start the server. | |||||||||||||||
| Comment by Claudio Nanni [ 2017-12-27 ] | |||||||||||||||
|
Apologies, you can close or even delete this issue as it's non-existing. |