diff options
author | unknown <ram@mysql.r18.ru> | 2002-11-11 13:34:47 +0400 |
---|---|---|
committer | unknown <ram@mysql.r18.ru> | 2002-11-11 13:34:47 +0400 |
commit | 10ba987c5ef223aa0af384822082c3d233f6d970 (patch) | |
tree | 50658c447f9bf207b0129791da75c078518c29b2 /include/my_tree.h | |
parent | 828c0e9ac197f92d4b6d11aa58c312aef2c12c20 (diff) | |
download | mariadb-git-10ba987c5ef223aa0af384822082c3d233f6d970.tar.gz |
fix for HEAP rb-tree indexes and BIG_TABLES problem (serg: thanks for discovery)
Diffstat (limited to 'include/my_tree.h')
-rw-r--r-- | include/my_tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_tree.h b/include/my_tree.h index 05e93df8593..99194907ef9 100644 --- a/include/my_tree.h +++ b/include/my_tree.h @@ -91,7 +91,7 @@ void *tree_search_edge(TREE *tree, TREE_ELEMENT **parents, TREE_ELEMENT ***last_pos, int child_offs); void *tree_search_next(TREE *tree, TREE_ELEMENT ***last_pos, int l_offs, int r_offs); -uint tree_record_pos(TREE *tree, const void *key, +ha_rows tree_record_pos(TREE *tree, const void *key, enum ha_rkey_function search_flag, void *custom_arg); #ifdef __cplusplus } |