mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
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/trunk@224446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -48,6 +48,11 @@ password => thegrouch
|
|||||||
pre-connect => yes
|
pre-connect => yes
|
||||||
sanitysql => select count(*) from systables
|
sanitysql => select count(*) from systables
|
||||||
; forcecommit => no ; Default to committing uncommitted transactions?
|
; 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:
|
; isolation => read_committed ; Isolation level; supported levels are:
|
||||||
; read_uncommitted, read_committed, repeatable_read,
|
; read_uncommitted, read_committed, repeatable_read,
|
||||||
; serializable. Note that not all databases support
|
; serializable. Note that not all databases support
|
||||||
|
|||||||
Reference in New Issue
Block a user