Skip to content
New issue

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

wsrep_provider_optons is split into several options now #439

Open
byte opened this issue Aug 6, 2024 · 0 comments
Open

wsrep_provider_optons is split into several options now #439

byte opened this issue Aug 6, 2024 · 0 comments
Assignees

Comments

@byte
Copy link
Contributor

byte commented Aug 6, 2024

With 8.4.2, we have this

ref: https://jira.mariadb.org/browse/MDEV-22570
been present in mariadb 11: https://mariadb.com/kb/en/mariadb-11-0-0-release-notes/

commit 7bd12106744797f4f4476c586700e482a1ce1820
Author: Daniele Sciascia [email protected]
Date: Tue Dec 20 16:03:23 2022 +0100

MDEV-22570 Implement wsrep_provider_options as plugin

- Provider options are read from the provider during startup, before
  plugins are initialized.
- New wsrep_provider plugin for which sysvars are generated
  dynamically from options read from the provider.
- The plugin is enabled by option plugin-wsrep-provider=ON. If
  enabled, wsrep_provider_options can no longer be used, (an error is
  raised on attempts to do so).
- Each option is either string, integer, double or bool
- Options can be dynamic / readonly
- Options can be deprecated

Limitations:

- We do not check that the value of a provider option falls
within a certain range. This type of validation is still
done in Galera side.
kirjaamo added a commit that referenced this issue Aug 7, 2024
plugin-wsrep-provider added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants