feat: add the option to specify delayed replication for MariaDB#603
feat: add the option to specify delayed replication for MariaDB#603dmitryvk wants to merge 1 commit intoMariaDB:masterfrom
Conversation
|
Hi @dmitryvk ! Thank you for this contribution. It looks like something quite useful indeed. |
It should be possible, I'll see if I can add some tests for it.
That would also be useful. I've only been able to find https://mariadb.com/kb/en/mariadb-server-docker-official-image-environment-variables/ as the documentation source, but I don't know how to make a PR/suggestions for it. |
|
Before we go to far on tests/documentation, if we look at the change master to options there's a significant amount of options that are just passed though. Unfortunately environment arrays aren't supported in OCI. As this is passed straight though to If we where considering a On test cases: On documentation - yes that is the right source. There's no source control. It can be edited by anyone who creates and account, but if you don't want to do that just leaving some text here and I'll include it would be much appreciated. |
|
Happy with this concept? If so I'll near to clear out the default |
|
I think this idea (of passing through additional parameters via a single env variable) is really good. |
Delayed replication is very useful for testing various replication scenarios.