[MDEV-28189] container includes timezone initialization in binary log Created: 2022-03-29 Updated: 2022-04-04 Resolved: 2022-03-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Docker |
| Affects Version/s: | 10.2.43 |
| Fix Version/s: | 10.2.43, 10.3.34, 10.4.25, 10.5.15, 10.6.7, 10.7.3, 10.8.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://github.com/MariaDB/mariadb-docker/commit/013d851b19cee4a109c849bb45ae08ce4c974ac4 --skip-write-binlog is misleading - it only does this if galera is detected. Probably need https://github.com/MariaDB/mariadb-docker/commit/5bdbfb2400d292a9c5ecfb575a38d9571ffb89e2 + SET SESSION SQL_LOG_BIN=0. |
| Comments |
| Comment by Daniel Black [ 2022-03-31 ] |
|
Fixed with test case: https://github.com/MariaDB/mariadb-docker/commit/cc4906323103f5a1c18f8e31b2659baef037abf1 release pending: https://github.com/docker-library/official-images/pull/12159 (probably will happen US business hours time) |