btr0types.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /************************************************************************
  2. The index tree general types
  3. (c) 1996 Innobase Oy
  4. Created 2/17/1996 Heikki Tuuri
  5. *************************************************************************/
  6. #ifndef btr0types_h
  7. #define btr0types_h
  8. #include "univ.i"
  9. #include "rem0types.h"
  10. #include "page0types.h"
  11. typedef struct btr_pcur_struct btr_pcur_t;
  12. typedef struct btr_cur_struct  btr_cur_t;
  13. typedef struct btr_search_struct btr_search_t;
  14. #endif