[MDEV-20982] Docu Bug in mysql_upgrade Created: 2019-11-05 Updated: 2019-11-20 Resolved: 2019-11-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | documentation, mysql_upgrade, write-binlog | ||
| Environment: |
n.a. |
||
| Description |
|
MariaDB Docu about mysql_upgrade seems to be partly wrong: https://mariadb.com/kb/en/library/mysql_upgrade/ States: mysqlcheck --no-defaults --all-databases --fix-db-names --fix-table-names --write-binlog mysql_upgrade --help states that write-binlog is false. Our own tests with general query log show that there is NO write to binary logs while mysql_upgrade. So utility is correct but docu is wrong imho. |
| Comments |
| Comment by Ian Gilfillan [ 2019-11-20 ] |
|
Docs updated |