summaryrefslogtreecommitdiff
path: root/support-files/my-small.cnf.sh
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-05-10 17:37:38 +0300
committermonty@mysql.com <>2004-05-10 17:37:38 +0300
commit4ef7918e1863ac8020c6d28c3a252e9fe69ed06f (patch)
tree1aaba64bbf831ad1da04d9402d5a61bcaf26f32b /support-files/my-small.cnf.sh
parentc745ae9503b8e85de9db6c77b87b3eb789ae2848 (diff)
downloadmariadb-git-4ef7918e1863ac8020c6d28c3a252e9fe69ed06f.tar.gz
Add read_rnd_buffer_size in my.cnf example files
Remove wrong redefine of vio_reset() (to compile libmysqld on windows)
Diffstat (limited to 'support-files/my-small.cnf.sh')
-rw-r--r--support-files/my-small.cnf.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh
index ca26a10a397..2ae62fb48f1 100644
--- a/support-files/my-small.cnf.sh
+++ b/support-files/my-small.cnf.sh
@@ -31,6 +31,8 @@ key_buffer = 16K
max_allowed_packet = 1M
table_cache = 4
sort_buffer_size = 64K
+read_buffer_size = 256K
+read_rnd_buffer_size = 256K
net_buffer_length = 2K
thread_stack = 64K