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

MySQL数据库

开发平台:

Visual C++

  1. /* Do not edit: automatically built by gen_rec.awk. */
  2. #ifndef __dbreg_AUTO_H
  3. #define __dbreg_AUTO_H
  4. #define DB___dbreg_register 2
  5. typedef struct ___dbreg_register_args {
  6. u_int32_t type;
  7. DB_TXN *txnid;
  8. DB_LSN prev_lsn;
  9. u_int32_t opcode;
  10. DBT name;
  11. DBT uid;
  12. int32_t fileid;
  13. DBTYPE ftype;
  14. db_pgno_t meta_pgno;
  15. u_int32_t id;
  16. } __dbreg_register_args;
  17. #endif