diff options
author | vinchen <vinchen13@gmail.com> | 2016-10-11 15:21:20 +0800 |
---|---|---|
committer | Kristian Nielsen <knielsen@knielsen-hq.org> | 2016-10-19 13:51:49 +0200 |
commit | ef77847ccf521b4b0c1c5b81cae83baff0f82b90 (patch) | |
tree | f2e879ee196a976c4759b20824624889ad8701db /mysql-test/r/mysqld--help.result | |
parent | 43789901c7887eefda1e965c9d7571dae89bd911 (diff) | |
download | mariadb-git-ef77847ccf521b4b0c1c5b81cae83baff0f82b90.tar.gz |
fix common test suite
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 862113c224a..32d38cd41ef 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -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 |