summaryrefslogtreecommitdiff
path: root/mysql-test/include/linux_sys_vars.inc
diff options
context:
space:
mode:
authorHorst Hunger <horst@mysql.com>2008-12-02 11:05:56 +0100
committerHorst Hunger <horst@mysql.com>2008-12-02 11:05:56 +0100
commitbf1e54777972ff48122ee7bd2f33681e42f52a25 (patch)
tree309edeb608cd654fbb154be1755f3ded09443c12 /mysql-test/include/linux_sys_vars.inc
parent90152c17334aaecae640691f24e441723bd84d28 (diff)
downloadmariadb-git-bf1e54777972ff48122ee7bd2f33681e42f52a25.tar.gz
Fix for Bug#36876:
The minimum value differs depending on the OS and mysqld build, so that the test fail spradically. The check of this value has been changed from check of concrete values to the check of a range that is near by the expected value.
Diffstat (limited to 'mysql-test/include/linux_sys_vars.inc')
-rw-r--r--mysql-test/include/linux_sys_vars.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/include/linux_sys_vars.inc b/mysql-test/include/linux_sys_vars.inc
index 4401a1e057a..85d7c6df7dc 100644
--- a/mysql-test/include/linux_sys_vars.inc
+++ b/mysql-test/include/linux_sys_vars.inc
@@ -9,7 +9,6 @@ SET @min_flush_time = 0;
#SET @max_flush_time = 0;
SET @default_key_buffer_size = 131072;
-SET @min_key_buffer_size = 36;
#SET @default_join_buffer_size = 131072;
#SET @min_join_buffer_size = 8200;