summaryrefslogtreecommitdiff
path: root/mysql-test/lib/mtr_cases.pl
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-05-16 20:00:23 +0200
committerunknown <istruewing@chilla.local>2007-05-16 20:00:23 +0200
commitb9ec849bb28a149652602de342300022416eca46 (patch)
tree152ffedeb6b4100fddf6907a0e52fad88455233a /mysql-test/lib/mtr_cases.pl
parent9cc05ced333a7c60bc0613867f4edeeee9e5e97a (diff)
downloadmariadb-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