Skip to content

Commit 23bbbdc

Browse files
committed
mtr(shannon): change result of a help test case
1 parent 7d9071a commit 23bbbdc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

mysql-test/r/mysqld--help-notwin.result

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,12 @@ The following options may be given as the first argument:
11031103
optimization of a query, index range scan will not be
11041104
considered for this query. A value of 0 means range
11051105
optimizer does not have any cap on memory.
1106-
--rapid-rapid-memory-size[=#]
1106+
--rapid-rapid-chunk-size-max[=#]
1107+
Number of chunk memory size that used for rapid engine.
1108+
--rapid-rapid-memory-size-max[=#]
11071109
Number of memory size that used for rapid engine, and it
11081110
must not be oversize half of physical mem size.
1109-
--rapid-rapid-populate-buffer-size=#
1111+
--rapid-rapid-populate-buffer-size-max[=#]
11101112
Number of populate buffer size that must not be 10%
11111113
rapid_populate_buffer size.
11121114
--read-buffer-size=#
@@ -1959,8 +1961,9 @@ query-alloc-block-size 8192
19591961
query-prealloc-size 8192
19601962
range-alloc-block-size 4096
19611963
range-optimizer-max-mem-size 8388608
1962-
rapid-rapid-memory-size 134217728
1963-
rapid-rapid-populate-buffer-size 8388608
1964+
rapid-rapid-chunk-size-max 67108864
1965+
rapid-rapid-memory-size-max 8589934592
1966+
rapid-rapid-populate-buffer-size-max 8388608
19641967
read-buffer-size 131072
19651968
read-only FALSE
19661969
read-rnd-buffer-size 262144

0 commit comments

Comments
 (0)