Bug #17539 | stored procedures called from c api do not commites data | ||
---|---|---|---|
Submitted: | 18 Feb 2006 2:47 | Modified: | 25 Aug 2006 13:02 |
Reporter: | Radek Kochlewski | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.18 | OS: | Linux (linux Mandrake 2006) |
Assigned to: | CPU Architecture: | Any |
[18 Feb 2006 2:47]
Radek Kochlewski
[19 Feb 2006 12:57]
Valeriy Kravchuk
Thank you for a problem report. Please, upload any files you want (up to 200K) using the File tab.
[19 Feb 2006 14:04]
Radek Kochlewski
Simple test for c api
Attachment: mytest.tar.bz2 (application/x-bzip, text), 2.29 KiB.
[19 Feb 2006 14:35]
Radek Kochlewski
If you have a problem to repeat the bug, please let me know. I have some other sample procedures. Please let me know, how much you need result on MySQL 5.1.6, because I am not successfull (yet) with compilation RPM package. Somewhere I have got line: test -z "//share/mysql" and test -z "//libexec"
[25 Jul 2006 13:02]
Hartmut Holzgraefe
I think your problem is just that you do not take into account that a procedure that returns SELECT results delivers multiple result sets, one for each SELECT and one for the procedure call status itself. See http://dev.mysql.com/doc/refman/5.0/en/c-api-multiple-queries.html
[25 Aug 2006 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".