Skip to content

Commit

Permalink
wsrep.wsrep_provider_plugin_defaults update to 26.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Mar 21, 2024
1 parent 473ee85 commit d0c47cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -1075,9 +1075,9 @@ COMMAND_LINE_ARGUMENT REQUIRED
GLOBAL_VALUE_PATH NULL
VARIABLE_NAME WSREP_PROVIDER_REPL_PROTO_MAX
SESSION_VALUE NULL
GLOBAL_VALUE 10
GLOBAL_VALUE 11
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 10
DEFAULT_VALUE 11
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE VARCHAR
VARIABLE_COMMENT Wsrep provider option
Expand Down
@@ -1,7 +1,7 @@
--source include/have_wsrep.inc
--source include/have_innodb.inc

--let $galera_version=26.4.16
--let $galera_version=26.4.17
source include/check_galera_version.inc;

SELECT COUNT(*) FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME LIKE 'wsrep_provider%' AND VARIABLE_NAME NOT IN (
Expand Down

0 comments on commit d0c47cd

Please sign in to comment.