File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
mysql-test/suite/sys_vars/r Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 885
885
NUMERIC_MAX_VALUE 256
886
886
@@ -2815,7 +2815,7 @@
887
887
GLOBAL_VALUE_ORIGIN COMPILE-TIME
888
- DEFAULT_VALUE 181
888
+ DEFAULT_VALUE 184
889
889
VARIABLE_SCOPE GLOBAL
890
890
-VARIABLE_TYPE BIGINT UNSIGNED
891
891
+VARIABLE_TYPE INT UNSIGNED
1078
1078
READ_ONLY NO
1079
1079
@@ -3319,7 +3319,7 @@
1080
1080
GLOBAL_VALUE_ORIGIN CONFIG
1081
- DEFAULT_VALUE 0
1081
+ DEFAULT_VALUE 1
1082
1082
VARIABLE_SCOPE SESSION
1083
1083
-VARIABLE_TYPE BIGINT UNSIGNED
1084
1084
+VARIABLE_TYPE INT UNSIGNED
1085
1085
VARIABLE_COMMENT Uniquely identifies the server instance in the community of replication partners
1086
- NUMERIC_MIN_VALUE 0
1086
+ NUMERIC_MIN_VALUE 1
1087
1087
NUMERIC_MAX_VALUE 4294967295
1088
1088
@@ -3417,7 +3417,7 @@
1089
1089
GLOBAL_VALUE_ORIGIN COMPILE-TIME
Original file line number Diff line number Diff line change @@ -2811,9 +2811,9 @@ READ_ONLY YES
2811
2811
COMMAND_LINE_ARGUMENT REQUIRED
2812
2812
VARIABLE_NAME PERFORMANCE_SCHEMA_MAX_STATEMENT_CLASSES
2813
2813
SESSION_VALUE NULL
2814
- GLOBAL_VALUE 181
2814
+ GLOBAL_VALUE 184
2815
2815
GLOBAL_VALUE_ORIGIN COMPILE-TIME
2816
- DEFAULT_VALUE 181
2816
+ DEFAULT_VALUE 184
2817
2817
VARIABLE_SCOPE GLOBAL
2818
2818
VARIABLE_TYPE BIGINT UNSIGNED
2819
2819
VARIABLE_COMMENT Maximum number of statement instruments.
@@ -3317,11 +3317,11 @@ VARIABLE_NAME SERVER_ID
3317
3317
SESSION_VALUE 1
3318
3318
GLOBAL_VALUE 1
3319
3319
GLOBAL_VALUE_ORIGIN CONFIG
3320
- DEFAULT_VALUE 0
3320
+ DEFAULT_VALUE 1
3321
3321
VARIABLE_SCOPE SESSION
3322
3322
VARIABLE_TYPE BIGINT UNSIGNED
3323
3323
VARIABLE_COMMENT Uniquely identifies the server instance in the community of replication partners
3324
- NUMERIC_MIN_VALUE 0
3324
+ NUMERIC_MIN_VALUE 1
3325
3325
NUMERIC_MAX_VALUE 4294967295
3326
3326
NUMERIC_BLOCK_SIZE 1
3327
3327
ENUM_VALUE_LIST NULL
You can’t perform that action at this time.
0 commit comments