We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On startup of mariadb container (WSL/Docker for Windows), when initializing the database, a warning is logged:
[Warning] Failed to load slave replication state from table mysql.gtid_slave_pos: 1146: Table 'mysql.gtid_slave_pos' doesn't exist
(New issue, originally stated in #28 (comment).)
The text was updated successfully, but these errors were encountered:
https://mariadb.com/kb/en/library/mysqlgtid_slave_pos-table/
Replication is not setup upon startup, so the warning is informing you of that. Since it isn't a bug or error in the image I'm going to close.
Sorry, something went wrong.
is there a way to totally disable replication? this is also creating the multi-master.info in data folder, but i want to keep data folder read-only
multi-master.info
@FrancYescO - please create a new issue with details on how you have configured replication. How are you starting MariaDB?
No branches or pull requests
On startup of mariadb container (WSL/Docker for Windows),
when initializing the database, a warning is logged:
(New issue, originally stated in #28 (comment).)
The text was updated successfully, but these errors were encountered: