• Daniele Sciascia's avatar
    MDEV-22570 Implement wsrep_provider_options as plugin · 79d0194e
    Daniele Sciascia authored
    - 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.
    Reviewed-by: default avatarJan Lindström <jan.lindstrom@mariadb.com>
    79d0194e
wsrep_provider_plugin.test 918 Bytes