mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
After merge fixes
Added THD to add_to_xxx_list() functions for faster parsing.
This commit is contained in:
@ -75,7 +75,7 @@ int heap_check_heap(HP_INFO *info, my_bool print_status)
|
||||
break; /* End of file */
|
||||
}
|
||||
}
|
||||
_hp_find_record(info,pos);
|
||||
hp_find_record(info,pos);
|
||||
|
||||
if (!info->current_ptr[share->reclength])
|
||||
deleted++;
|
||||
|
Reference in New Issue
Block a user