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

SourceForge.net noreply at sourceforge.net
Tue Jun 19 14:43:17 CEST 2007


Patches item #1725374, was opened at 2007-05-25 11:22
Message generated for change (Comment added) made by miconda
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: ver devel
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Tais M. Hansen (mellen)
>Assigned to: Daniel-Constantin Mierla (miconda)
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.


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

>Comment By: Daniel-Constantin Mierla (miconda)
Date: 2007-06-19 15:43

Message:
Logged In: YES 
user_id=1246013
Originator: NO

Patch included on SVN trunk. Please test as I did some updates there and
re-open in case of issues.

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

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