00001 /****************************************************** 00002 Index page routines 00003 00004 (c) 1994-1996 Innobase Oy 00005 00006 Created 2/2/1994 Heikki Tuuri 00007 *******************************************************/ 00008 00009 #ifndef page0types_h 00010 #define page0types_h 00011 00012 #include "univ.i" 00013 00014 /* Type of the index page */ 00015 /* The following define eliminates a name collision on HP-UX */ 00016 #define page_t ib_page_t 00017 typedef byte page_t; 00018 typedef struct page_search_struct page_search_t; 00019 typedef struct page_cur_struct page_cur_t; 00020 00021 00022 #endif
1.4.7

