mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
RB-Tree indexes support in HEAP tables
Renamed _hp_func -> hp_func mi_key_cmp moved to /mysys/my_handler.c New tests for HEAP tables
This commit is contained in:
@ -751,7 +751,7 @@ public:
|
||||
{
|
||||
if (tree.elements_in_tree > max_elements && flush())
|
||||
return 1;
|
||||
return !tree_insert(&tree,ptr,0);
|
||||
return !tree_insert(&tree, ptr, 0, tree.custom_arg);
|
||||
}
|
||||
|
||||
bool get(TABLE *table);
|
||||
|
Reference in New Issue
Block a user