summaryrefslogtreecommitdiff
path: root/include/my_tree.h
diff options
context:
space:
mode:
authorram@mysql.r18.ru <>2002-11-11 13:34:47 +0400
committerram@mysql.r18.ru <>2002-11-11 13:34:47 +0400
commit206a59c8c30af06d2405fa41ad9c4ad6b9d3587c (patch)
tree50658c447f9bf207b0129791da75c078518c29b2 /include/my_tree.h
parent46a74ce73bc3d7fd5ea50a865046331a7a04c00c (diff)
downloadmariadb-git-206a59c8c30af06d2405fa41ad9c4ad6b9d3587c.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.h2
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
}