...but rather here: GLUE entries would remain such until the server was restarted

This commit is contained in:
Pierangelo Masarati 2005-01-08 09:13:16 +00:00
parent 8cfda61cb4
commit 4b4bdc6bf6

View file

@ -573,6 +573,8 @@ retry: /* transaction retry */
goto return_results;
}
} else {
/* may have changed in bdb_modify_internal() */
e->e_ocflags = dummy.e_ocflags;
rc = bdb_cache_modify( e, dummy.e_attrs, bdb->bi_dbenv, locker, &lock );
switch( rc ) {
case DB_LOCK_DEADLOCK: