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

MySQL数据库

开发平台:

Visual C++

  1. /******************************************************
  2. Insert buffer global types
  3. (c) 1997 Innobase Oy
  4. Created 7/29/1997 Heikki Tuuri
  5. *******************************************************/
  6. #ifndef ibuf0types_h
  7. #define ibuf0types_h
  8. typedef struct ibuf_data_struct ibuf_data_t;
  9. typedef struct ibuf_struct ibuf_t;
  10. #endif