Merged revisions 224446 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r224446 | tilghman | 2009-10-18 18:41:30 -0500 (Sun, 18 Oct 2009) | 2 lines
  
  Clarify that "forcecommit" is NOT an alias for "autocommit", but instead controls the default disposition of uncommitted transactions.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@224447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Tilghman Lesher 16 years ago
parent 03871da5fb
commit 4f02b5922d

@ -48,6 +48,11 @@ password => thegrouch
pre-connect => yes
sanitysql => select count(*) from systables
; forcecommit => no ; Default to committing uncommitted transactions?
; Note: this is NOT the autocommit flag; this
; determines the end result of transactions which
; are not explicitly committed or rolled back. By
; default, such transactions are rolled back if the
; call ends without an explicit commit.
; isolation => read_committed ; Isolation level; supported levels are:
; read_uncommitted, read_committed, repeatable_read,
; serializable. Note that not all databases support

Loading…
Cancel
Save