Changeset 3384
- Timestamp:
- 06/30/08 12:48:27 (6 months ago)
- Files:
-
- trunk/bknr/datastore/src/data/txn.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bknr/datastore/src/data/txn.lisp
r3040 r3384 430 430 (fsync (store-transaction-log-stream *store*))))) 431 431 432 ;;; XXX transaction evaluated twice433 432 (defmacro with-transaction-log ((transaction) &body body) 433 (check-type transaction symbol) ; otherwise care for multiple evaluation 434 434 `(with-store-guard () 435 435 (when (in-transaction-p)
