[MDEV-5003] Sort out server_audit_file_rotate_now values, make it proper boolean Created: 2013-09-09 Updated: 2013-09-17 Resolved: 2013-09-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | server_audit | ||
| Description |
|
From testing comments:
Right, and this is weird. It's boolean by nature, so make it such. No inventions needed, there are already '%now' examples in MySQL 5.6 (innodb_buffer_pool_dump_now, innodb_buffer_pool_load_now), they work predictably and reasonably:
In our case, for server_audit_file_rotate_now,
From testing comments:
This is very easy to repeat.
Which is not exactly surprising, if it's a string variable. |