mirror of
https://github.com/MariaDB/server.git
synced 2025-08-15 22:37:22 +00:00
Redefinition of myisam_bulk_insert_tree_size
Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
This commit is contained in:
@ -97,7 +97,8 @@ void init_tree(TREE *tree, uint default_alloc_size, uint memory_limit,
|
||||
DBUG_ENTER("init_tree");
|
||||
DBUG_PRINT("enter",("tree: %lx size: %d",tree,size));
|
||||
|
||||
default_alloc_size=DEFAULT_ALLOC_SIZE;
|
||||
if (!default_alloc_size)
|
||||
default_alloc_size= DEFAULT_ALLOC_SIZE;
|
||||
bzero((gptr) &tree->null_element,sizeof(tree->null_element));
|
||||
tree->root= &tree->null_element;
|
||||
tree->compare=compare;
|
||||
|
Reference in New Issue
Block a user