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

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _txn_ext_h_
  3. #define _txn_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. int __txn_xa_begin __P((DB_ENV *, DB_TXN *));
  8. int __txn_end __P((DB_TXN *, int));
  9. int __txn_activekids __P((DB_ENV *, u_int32_t, DB_TXN *));
  10. int __txn_regop_recover
  11.    __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  12. int __txn_xa_regop_recover
  13.    __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  14. int __txn_ckp_recover
  15. __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  16. int __txn_child_recover
  17.    __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  18. void __txn_dbenv_create __P((DB_ENV *));
  19. int __txn_open __P((DB_ENV *));
  20. int __txn_close __P((DB_ENV *));
  21. #if defined(__cplusplus)
  22. }
  23. #endif
  24. #endif /* _txn_ext_h_ */