summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlexei Gradinari <alex2grad@gmail.com>2016-05-12 16:18:22 -0400
committerAlexei Gradinari <alex2grad@gmail.com>2016-05-20 13:46:03 -0400
commitc378b00a839e4a2457eae0510ef6ec992199b07a (patch)
treeff20d7f1b19cfe7f8df1b5a174a1d7d9c023deaa /CHANGES
parentdd354009d3c64499640a0297703f5619e2cd5007 (diff)
func_odbc: single database connection should be optional
func_odbc was changed in Asterisk 13.9.0 to make func_odbc use a single database connection per DSN because of reported bug ASTERISK-25938 with MySQL/MariaDB LAST_INSERT_ID(). This is drawback in performance when func_odbc is used very often in dialplan. Single database connection should be optional. ASTERISK-26010 Change-Id: I7091783a7150252de8eeb455115bd00514dfe843
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec44e30fc..0e99ab9d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -183,6 +183,8 @@ Core
Functions
------------------
+ * The func_odbc global option "single_db_connection" default value has been
+ changed to 'no'.
CHANNEL
------------------
@@ -275,6 +277,12 @@ Queue
--- Functionality changes from Asterisk 13.9.0 to Asterisk 13.10.0 -----------
------------------------------------------------------------------------------
+func_odbc
+------------------
+ * Added new global option "single_db_connection".
+ Enabling this option func_odbc will use a single database connection per DSN.
+ This option is enabled by default.
+
res_fax
------------------
* Added FAXMODE variable to let dialplan know what fax transport was used.