[MDEV-30177] Incorrect documenation for innodb_flush_log_at_trx_commit Created: 2022-12-08 Updated: 2022-12-08 Resolved: 2022-12-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - InnoDB |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | documentation, innodb, logs | ||
| Environment: |
Linux, n.a. |
||
| Description |
|
In Documentation for innodb_flush_log_at_trx_commit is stated: "The log buffer is written to the InnoDB redo log after each commit, but flushing takes place once a second." I think that should be: "once every innodb_flush_log_at_timeout seconds." or similar... https://mariadb.com/kb/en/innodb-system-variables/#innodb_flush_log_at_trx_commit |
| Comments |
| Comment by Ian Gilfillan [ 2022-12-08 ] |
|
Thanks for the report, fixed! |