mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -31,7 +31,7 @@ int heap_panic(enum ha_panic_function flag)
|
||||
next_open=element->next; /* Save if close */
|
||||
switch (flag) {
|
||||
case HA_PANIC_CLOSE:
|
||||
_hp_close(info);
|
||||
hp_close(info);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
@ -45,7 +45,7 @@ int heap_panic(enum ha_panic_function flag)
|
||||
case HA_PANIC_CLOSE:
|
||||
{
|
||||
if (!share->open_count)
|
||||
_hp_free(share);
|
||||
hp_free(share);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Reference in New Issue
Block a user