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

MySQL数据库

开发平台:

Visual C++

  1. /******************************************************
  2. Index page routines
  3. (c) 1994-1996 Innobase Oy
  4. Created 2/2/1994 Heikki Tuuri
  5. *******************************************************/
  6. #ifndef page0types_h
  7. #define page0types_h
  8. #include "univ.i"
  9. /* Type of the index page */
  10. /* The following define eliminates a name collision on HP-UX */
  11. #define page_t     ib_page_t
  12. typedef byte page_t;
  13. typedef struct page_search_struct page_search_t;
  14. typedef struct page_cur_struct page_cur_t;
  15. #endif