1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Try to optimize the cache buffer size needed for bulk_insert

Fix for shutdown on Mac OS X
This commit is contained in:
monty@mashka.mysql.fi
2002-11-20 22:56:57 +02:00
parent f9e6ae6f42
commit e65ddf3fc3
11 changed files with 48 additions and 18 deletions

View File

@ -76,6 +76,8 @@ int tree_walk(TREE *tree,tree_walk_action action,
void *argument, TREE_WALK visit);
int tree_delete(TREE *tree,void *key);
#define TREE_ELEMENT_EXTRA_SIZE (sizeof(TREE_ELEMENT) + sizeof(void*))
#ifdef __cplusplus
}
#endif