[MDEV-15559] KB: Add definition of what values other than 0 or 1 mean in sync_XXX variables. Created: 2018-03-13 Updated: 2018-03-16 Resolved: 2018-03-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Juan | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | documentation | ||
| Description |
|
Documentation for sync_binlog, sync_master_info, sync_relay_log, and sync_relay_log_info does not explain what values other than 0 or 1 mean. It should say something like "For values N greater than 0, sync_xxxx causes the file to be written out to disk every N transactions/events." Replication and Binary Log Server System Variables |
| Comments |
| Comment by Elena Stepanova [ 2018-03-13 ] |
|
juan.vera: it says that in the very first sentence:
etc. |
| Comment by Juan [ 2018-03-16 ] |
|
That was completely unnecessary on my part. I don't know how I missed it. The first line in each variable definition. Sorry for the mistake, Elena. |