[Devel] [ openser-Patches-1725374 ] Patch for allowing MySQL stored procedures

SourceForge.net noreply at sourceforge.net
Fri May 25 10:22:54 CEST 2007


Patches item #1725374, was opened at 2007-05-25 10:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1725374&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tais M. Hansen (mellen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for allowing MySQL stored procedures

Initial Comment:
Here's a patch to allow using MySQL stored procedures.

Based on issue #1618322.

Stored procedures were added in MySQL-4.1 so I've added a version check to prevent breaking pre-4.1 compiling.

All the patch does is allow the client to send multiple statements and receive multiple results which is necessary to use stored procedures, even if the procedure only returns one result. Only the first result is processed. Any subsequent results are flushed and forgotten.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1725374&group_id=139143



More information about the Devel mailing list