1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed that -ldl is not used for clients

Fixed rpl000001 to handle the most common mysql-test-run ports.
This commit is contained in:
monty@donna.mysql.fi
2001-04-17 14:02:28 +03:00
parent 1e80c3f3e1
commit 4edafca6a3
7 changed files with 58 additions and 41 deletions

View File

@ -24,7 +24,7 @@
void init_alloc_root(MEM_ROOT *mem_root, uint block_size, uint pre_alloc_size)
{
mem_root->free=mem_root->used=0;
mem_root->min_malloc=16;
mem_root->min_malloc=32;
mem_root->block_size=block_size-MALLOC_OVERHEAD-sizeof(USED_MEM)-8;
mem_root->error_handler=0;
#if !(defined(HAVE_purify) && defined(EXTRA_DEBUG))