mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
fix common test suite
This commit is contained in:
committed by
Kristian Nielsen
parent
43789901c7
commit
ef77847ccf
@ -774,6 +774,9 @@ The following options may be given as the first argument:
|
||||
--range-alloc-block-size=#
|
||||
Allocation block size for storing ranges during
|
||||
optimization
|
||||
--read-binlog-speed-limit=#
|
||||
Maximum speed(KB/s) to read binlog from master (0 = no
|
||||
limit)
|
||||
--read-buffer-size=#
|
||||
Each thread that does a sequential scan allocates a
|
||||
buffer of this size for each table it scans. If you do
|
||||
@ -1399,6 +1402,7 @@ query-cache-type OFF
|
||||
query-cache-wlock-invalidate FALSE
|
||||
query-prealloc-size 24576
|
||||
range-alloc-block-size 4096
|
||||
read-binlog-speed-limit 0
|
||||
read-buffer-size 131072
|
||||
read-only FALSE
|
||||
read-rnd-buffer-size 262144
|
||||
|
Reference in New Issue
Block a user