File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 35
35
my_bool thread_specific_malloc;
36
36
unsigned char compress;
37
37
my_bool unused3;
38
+ unsigned long real_network_read_len;
38
39
void *thd;
39
40
unsigned int last_errno;
40
41
unsigned char error;
Original file line number Diff line number Diff line change @@ -774,6 +774,9 @@ The following options may be given as the first argument:
774
774
--range-alloc-block-size=#
775
775
Allocation block size for storing ranges during
776
776
optimization
777
+ --read-binlog-speed-limit=#
778
+ Maximum speed(KB/s) to read binlog from master (0 = no
779
+ limit)
777
780
--read-buffer-size=#
778
781
Each thread that does a sequential scan allocates a
779
782
buffer of this size for each table it scans. If you do
@@ -1399,6 +1402,7 @@ query-cache-type OFF
1399
1402
query-cache-wlock-invalidate FALSE
1400
1403
query-prealloc-size 24576
1401
1404
range-alloc-block-size 4096
1405
+ read-binlog-speed-limit 0
1402
1406
read-buffer-size 131072
1403
1407
read-only FALSE
1404
1408
read-rnd-buffer-size 262144
Original file line number Diff line number Diff line change @@ -3439,6 +3439,20 @@ NUMERIC_BLOCK_SIZE 1024
3439
3439
ENUM_VALUE_LIST NULL
3440
3440
READ_ONLY NO
3441
3441
COMMAND_LINE_ARGUMENT REQUIRED
3442
+ VARIABLE_NAME READ_BINLOG_SPEED_LIMIT
3443
+ SESSION_VALUE NULL
3444
+ GLOBAL_VALUE 0
3445
+ GLOBAL_VALUE_ORIGIN COMPILE-TIME
3446
+ DEFAULT_VALUE 0
3447
+ VARIABLE_SCOPE GLOBAL
3448
+ VARIABLE_TYPE BIGINT UNSIGNED
3449
+ VARIABLE_COMMENT Maximum speed(KB/s) to read binlog from master (0 = no limit)
3450
+ NUMERIC_MIN_VALUE 0
3451
+ NUMERIC_MAX_VALUE 18446744073709551615
3452
+ NUMERIC_BLOCK_SIZE 1
3453
+ ENUM_VALUE_LIST NULL
3454
+ READ_ONLY NO
3455
+ COMMAND_LINE_ARGUMENT REQUIRED
3442
3456
VARIABLE_NAME READ_BUFFER_SIZE
3443
3457
SESSION_VALUE 131072
3444
3458
GLOBAL_VALUE 131072
You can’t perform that action at this time.
0 commit comments