[asterisk-commits] tilghman: branch 1.6.2 r224447 - in /branches/1.6.2: ./ configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Oct 18 18:43:19 CDT 2009
Author: tilghman
Date: Sun Oct 18 18:43:15 2009
New Revision: 224447
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=224447
Log:
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.
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/configs/res_odbc.conf.sample
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/configs/res_odbc.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configs/res_odbc.conf.sample?view=diff&rev=224447&r1=224446&r2=224447
==============================================================================
--- branches/1.6.2/configs/res_odbc.conf.sample (original)
+++ branches/1.6.2/configs/res_odbc.conf.sample Sun Oct 18 18:43:15 2009
@@ -48,6 +48,11 @@
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
More information about the asterisk-commits
mailing list