From 0d62f810f3fc7dbeaa32b1ffcb052391ce6d4abc Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 17 Nov 2001 14:18:27 +0200 Subject: dict0dict.h, dict0dict.c: Fix wrong (though equivalent) type decl innobase/dict/dict0dict.c: Fix wrong (though equivalent) type decl innobase/include/dict0dict.h: Fix wrong (though equivalent) type decl --- innobase/include/dict0dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innobase/include') diff --git a/innobase/include/dict0dict.h b/innobase/include/dict0dict.h index 848881bc931..ae313398c99 100644 --- a/innobase/include/dict0dict.h +++ b/innobase/include/dict0dict.h @@ -623,7 +623,7 @@ dict_tree_build_node_ptr( rec_t* rec, /* in: record for which to build node pointer */ ulint page_no,/* in: page number to put in node pointer */ mem_heap_t* heap, /* in: memory heap where pointer created */ - ibool level); /* in: level of rec in tree: 0 means leaf + ulint level); /* in: level of rec in tree: 0 means leaf level */ /************************************************************************** Copies an initial segment of a physical record, long enough to specify an -- cgit v1.2.1