diff options
author | unknown <monty@mysql.com> | 2004-05-10 17:37:38 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-05-10 17:37:38 +0300 |
commit | 3fd7554f06af54681e53595be52c30ae8462250c (patch) | |
tree | 1aaba64bbf831ad1da04d9402d5a61bcaf26f32b /support-files/my-large.cnf.sh | |
parent | c6bc3cfb8457332b4519efcd10339c2632626acb (diff) | |
download | mariadb-git-3fd7554f06af54681e53595be52c30ae8462250c.tar.gz |
Add read_rnd_buffer_size in my.cnf example files
Remove wrong redefine of vio_reset() (to compile libmysqld on windows)
include/violite.h:
Remove wrong redefine of vio_reset()
support-files/my-huge.cnf.sh:
Add read_rnd_buffer_size
support-files/my-large.cnf.sh:
Add read_rnd_buffer_size
support-files/my-medium.cnf.sh:
Add read_rnd_buffer_size
support-files/my-small.cnf.sh:
Add read_rnd_buffer_size
Diffstat (limited to 'support-files/my-large.cnf.sh')
-rw-r--r-- | support-files/my-large.cnf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index ba865a5bfd0..a17ec7b5227 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -31,6 +31,7 @@ max_allowed_packet = 1M table_cache = 256 sort_buffer_size = 1M read_buffer_size = 1M +read_rnd_buffer_size = 4M myisam_sort_buffer_size = 64M thread_cache = 8 query_cache_size= 16M |