[MDEV-17427] suggestion in distributed config file can break mysqlbinlog Created: 2018-10-11 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Configuration |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.3.10, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu |
||
| Description |
|
The Ubuntu packages come with this snippet in /etc/mysql/mariadb.cnf:
When actually enabling the default character set option by removing the "#" comment sign mysqlbinlog stops working though, as it reads the [client] section, but does not have a --default-character-set option:
Possible fixes:
|