diff options
author | monty@mashka.mysql.fi <> | 2002-12-06 21:11:27 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-12-06 21:11:27 +0200 |
commit | 35ff08c2af7c6fd61d28e7da35ee5c3b6d26c06d (patch) | |
tree | 969377c9c94475e559670dfcc0a8c4f7ed16b388 /heap | |
parent | 859b68847666823baa328c5c7f3da96787807bb3 (diff) | |
download | mariadb-git-35ff08c2af7c6fd61d28e7da35ee5c3b6d26c06d.tar.gz |
After merge fixes
Added THD to add_to_xxx_list() functions for faster parsing.
Diffstat (limited to 'heap')
-rw-r--r-- | heap/_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/_check.c b/heap/_check.c index 5ee511bf92a..bc1cd24113c 100644 --- a/heap/_check.c +++ b/heap/_check.c @@ -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++; |