[asterisk-bugs] [Asterisk 0012758]: [patch] Set fetchid to indicate bad connection id
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri May 30 11:44:20 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12758
======================================================================
Reported By: atis
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 12758
Category: Addons/app_addon_sql_mysql
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 610
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 05-29-2008 13:11 CDT
Last Modified: 05-30-2008 11:44 CDT
======================================================================
Summary: [patch] Set fetchid to indicate bad connection id
Description:
MySQL(Fetch fetchid connid var1 var2..) is setting fetchid depending on
rows left, but don't touch it in case of bad connection id.
This requires additional check in dialplan to make sure connection id is
correct, if fetchid needs to be used in loops.
This patch sets fetchid to 0 if connection id is wrong.
======================================================================
----------------------------------------------------------------------
svnbot - 05-30-08 11:44
----------------------------------------------------------------------
Repository: asterisk-addons
Revision: 613
_U branches/1.6.0/
U branches/1.6.0/apps/app_addon_sql_mysql.c
------------------------------------------------------------------------
r613 | tilghman | 2008-05-30 11:44:19 -0500 (Fri, 30 May 2008) | 14 lines
Merged revisions 612 via svnmerge from
https://origsvn.digium.com/svn/asterisk-addons/trunk
........
r612 | tilghman | 2008-05-30 11:49:06 -0500 (Fri, 30 May 2008) | 6 lines
When the result id is invalid, indicate that the fetch returned no rows
(closes issue http://bugs.digium.com/view.php?id=12758)
Reported by: atis
Patches:
mysql_fetch_bad_conn.patch uploaded by atis (license 242)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk-addons?view=rev&revision=613
Issue History
Date Modified Username Field Change
======================================================================
05-30-08 11:44 svnbot Checkin
05-30-08 11:44 svnbot Note Added: 0087559
======================================================================
More information about the asterisk-bugs
mailing list