diff options
author | unknown <istruewing@chilla.local> | 2007-05-16 20:00:23 +0200 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-05-16 20:00:23 +0200 |
commit | b9ec849bb28a149652602de342300022416eca46 (patch) | |
tree | 152ffedeb6b4100fddf6907a0e52fad88455233a /mysql-test/lib/mtr_cases.pl | |
parent | 9cc05ced333a7c60bc0613867f4edeeee9e5e97a (diff) | |
download | mariadb-git-b9ec849bb28a149652602de342300022416eca46.tar.gz |
Bug#23068 - key_cache_block_size is not set or displayes correctly
Command line and configuration file option 'key_cache_block_size'
was reduced by MALLOC_OVERHEAD (8 in a production server, 36 in a
debug server) from the user supplied value and restricted it to
the greatest multiple of 512 less or equal to the reduced value.
This patch changes option 'key_cache_block_size' to not deduce
MALLOC_OVERHEAD from the input value. However, the restriction
to a multiple of 512 is still done.
sql/mysqld.cc:
Bug#23068 - key_cache_block_size is not set or displayes correctly
Changed option 'key_cache_block_size' to not deduce
MALLOC_OVERHEAD from the input value.
Diffstat (limited to 'mysql-test/lib/mtr_cases.pl')
0 files changed, 0 insertions, 0 deletions