sync0types.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /******************************************************
  2. Global types for sync
  3. (c) 1995 Innobase Oy
  4. Created 9/5/1995 Heikki Tuuri
  5. *******************************************************/
  6. #ifndef sync0types_h
  7. #define sync0types_h
  8. #define mutex_t ib_mutex_t
  9. typedef struct mutex_struct mutex_t;
  10. #endif