00001 /************************************************************************ 00002 The index tree general types 00003 00004 (c) 1996 Innobase Oy 00005 00006 Created 2/17/1996 Heikki Tuuri 00007 *************************************************************************/ 00008 00009 #ifndef btr0types_h 00010 #define btr0types_h 00011 00012 #include "univ.i" 00013 00014 #include "rem0types.h" 00015 #include "page0types.h" 00016 00017 typedef struct btr_pcur_struct btr_pcur_t; 00018 typedef struct btr_cur_struct btr_cur_t; 00019 typedef struct btr_search_struct btr_search_t; 00020 00021 #endif
1.4.7

