Function: ADJUST-SEC-OPEN-FLAGS

Source

(defun adjust-sec-open-flags (flags)
  (clr-flag flags '(:exclusive :create :truncate :auto-commit)))
Source Context