mirror of
https://github.com/MariaDB/server.git
synced 2025-07-12 22:38:14 +02:00

Various help message improvements: * MySQL->MariaDB, mysqld->mariadbd, "mysqld daemon" -> "mariadbd process" * typos * don't specify defaults directly in the help message * don't say that an option is deprecated, mark is as such * missing spaces in the middle of the text etc
47 lines
1.5 KiB
Text
47 lines
1.5 KiB
Text
--- a/mysql-test/suite/sys_vars/r/sysvars_wsrep.result
|
|
+++ b/mysql-test/suite/sys_vars/r/sysvars_wsrep.result
|
|
@@ -292,7 +292,7 @@ GLOBAL_VALUE 0
|
|
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
|
DEFAULT_VALUE 0
|
|
VARIABLE_SCOPE GLOBAL
|
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
|
+VARIABLE_TYPE INT UNSIGNED
|
|
VARIABLE_COMMENT Max number of rows in write set
|
|
NUMERIC_MIN_VALUE 0
|
|
NUMERIC_MAX_VALUE 1048576
|
|
@@ -307,7 +307,7 @@ GLOBAL_VALUE 2147483647
|
|
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
|
DEFAULT_VALUE 2147483647
|
|
VARIABLE_SCOPE GLOBAL
|
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
|
+VARIABLE_TYPE INT UNSIGNED
|
|
VARIABLE_COMMENT Max write set size (bytes)
|
|
NUMERIC_MIN_VALUE 1024
|
|
NUMERIC_MAX_VALUE 2147483647
|
|
@@ -337,7 +337,7 @@ GLOBAL_VALUE 0
|
|
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
|
DEFAULT_VALUE 0
|
|
VARIABLE_SCOPE GLOBAL
|
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
|
+VARIABLE_TYPE INT UNSIGNED
|
|
VARIABLE_COMMENT Number of replication events that are grouped together
|
|
NUMERIC_MIN_VALUE 0
|
|
NUMERIC_MAX_VALUE 1000
|
|
@@ -532,7 +532,7 @@ GLOBAL_VALUE 1
|
|
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
|
DEFAULT_VALUE 1
|
|
VARIABLE_SCOPE SESSION
|
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
|
+VARIABLE_TYPE INT UNSIGNED
|
|
VARIABLE_COMMENT Max number of times to retry a failed autocommit statement
|
|
NUMERIC_MIN_VALUE 0
|
|
NUMERIC_MAX_VALUE 10000
|
|
@@ -562,7 +562,7 @@ GLOBAL_VALUE 1
|
|
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
|
DEFAULT_VALUE 1
|
|
VARIABLE_SCOPE GLOBAL
|
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
|
+VARIABLE_TYPE INT UNSIGNED
|
|
VARIABLE_COMMENT Number of slave appliers to launch
|
|
NUMERIC_MIN_VALUE 1
|
|
NUMERIC_MAX_VALUE 512
|