[MDEV-529] Default config file for deb packages turns ON binary logging Created: 2012-09-12 Updated: 2012-10-15 Resolved: 2012-10-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.27 |
| Fix Version/s: | 10.0.0, 5.5.28 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | packaging | ||
| Environment: |
debian/ubuntu |
||
| Description |
|
debian/additions/my.cnf file turns on log-bin by default:
Unless it was done on purpose, it's not a great idea because If it's possible to do it carefully now (without overriding custom cnf files on upgrade), it would be good to fix it in 5.5. In 10.0 it should be safe enough to fix, since it's only alpha. |
| Comments |
| Comment by Sergei Golubchik [ 2012-10-15 ] |
|
I've discussed this with Krisitan (who has way more apt-get experience than I do). You're right, it would've been better to have binlog disabled from the start. But as we have it enabled, it's safer to keep it this way. Users might let the new my.cnf to overwrite the old one on upgrade (and there are users, who do that!), which would cause binlog to be disabled after the upgrade, breaking the replication. |