mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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.
This commit is contained in:
parent
f1b5eadf5b
commit
1feb81bf33
5 changed files with 68 additions and 98 deletions
|
|
@ -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= 8;
|
||||
|
||||
#SET @default_join_buffer_size = 131072;
|
||||
#SET @min_join_buffer_size = 8200;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue