[MDEV-28103] container /docker-entrypoint-initdb.d sql on master doesn't replicate Created: 2022-03-16 Updated: 2022-03-30 Resolved: 2022-03-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Docker |
| Affects Version/s: | None |
| 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: | regression | ||
| Issue Links: |
|
||||||||
| Description |
|
Add some SQL in a master.sql in /docker-entrypoint-initdb.d doesn't replicate to a replica. Analysiscommit was added in
|
| Comments |
| Comment by Daniel Black [ 2022-03-16 ] |
|
Temporary testing image pushed to quay.io/danielgblack/mariadb-test:10.6- https://github.com/MariaDB/mariadb-docker/pull/421 rob.schwyzer@mariadb.com, can you please check to make sure I haven't regressed anything. markus+makela, can you please test against your use case. |
| Comment by markus makela [ 2022-03-17 ] |
|
The new image works as expected, the events are now correctly binlogged. |
| Comment by Daniel Black [ 2022-03-18 ] |
|
Docker Library change released - https://github.com/docker-library/official-images/pull/12073 Thanks for the bug report and testing markus makela |