--- BDB/BDB.pm 2008/07/09 21:08:29 1.44 +++ BDB/BDB.pm 2008/07/09 21:16:14 1.45 @@ -226,7 +226,7 @@ db_key_range (DB *db, DB_TXN_ornull *txn, SV *key, SV *key_range, U32 flags = 0, SV *callback = &PL_sv_undef) db_put (DB *db, DB_TXN_ornull *txn, SV *key, SV *data, U32 flags = 0, SV *callback = &PL_sv_undef) flags: APPEND NODUPDATA NOOVERWRITE - db_exists (DB *db, DB_TXN_ornull *txn, SV *key, U32 flags = 0, SV *callback = 0) + db_exists (DB *db, DB_TXN_ornull *txn, SV *key, U32 flags = 0, SV *callback = 0) (v4.6) db_get (DB *db, DB_TXN_ornull *txn, SV *key, SV *data, U32 flags = 0, SV *callback = &PL_sv_undef) flags: CONSUME CONSUME_WAIT GET_BOTH SET_RECNO MULTIPLE READ_COMMITTED READ_UNCOMMITTED RMW db_pget (DB *db, DB_TXN_ornull *txn, SV *key, SV *pkey, SV *data, U32 flags = 0, SV *callback = &PL_sv_undef) @@ -304,8 +304,8 @@ $int = $env->set_shm_key (long shm_key) $int = $env->set_cachesize (U32 gbytes, U32 bytes, int ncache = 0) $int = $env->set_flags (U32 flags, int onoff = 1) - $int = $env->log_set_config (U32 flags, int onoff = 1) [v4.7] - $int = $env->set_intermediate_dir_mode (const char *modestring) [v4.7] + $int = $env->log_set_config (U32 flags, int onoff = 1) (v4.7) + $int = $env->set_intermediate_dir_mode (const char *modestring) (v4.7) $env->set_errfile (FILE *errfile = 0) $env->set_msgfile (FILE *msgfile = 0) $int = $env->set_verbose (U32 which, int onoff = 1) @@ -327,7 +327,7 @@ $txn = $env->txn_begin (DB_TXN_ornull *parent = 0, U32 flags = 0) flags: READ_COMMITTED READ_UNCOMMITTED TXN_NOSYNC TXN_NOWAIT TXN_SNAPSHOT TXN_SYNC TXN_WAIT TXN_WRITE_NOSYNC - $txn = $env->cdsgroup_begin; + $txn = $env->cdsgroup_begin; (v4.5) =head4 Example: @@ -429,7 +429,7 @@ if (dbc) dbc->c_close (dbc); - $int = $cursor->set_priority ($priority = PRIORITY_*) + $int = $cursor->set_priority ($priority = PRIORITY_*) (v4.6) =head4 Example: