Bug #56095 | cannot execute a store procedure with output parameters | ||
---|---|---|---|
Submitted: | 18 Aug 2010 18:12 | Modified: | 25 Aug 2010 18:58 |
Reporter: | tod ZM | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 5.1.13 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[18 Aug 2010 18:12]
tod ZM
[21 Aug 2010 9:12]
Sveta Smirnova
Thank you for the report. Please provide example of Java code you use to call procedure.
[23 Aug 2010 7:16]
Tonci Grgin
There are many examples in test suite...
[25 Aug 2010 11:20]
Tonci Grgin
I still see no test case attached but I do see code comments made private. Don't really understand why you do it... BugsDB is crawling with examples on how to do this. Last that comes to my mind is Bug#43576 where you can check my test cases and patch for that problem. Same test case is in our regression test suite (CallableStatementRegressionTest.java, testBug43576()). Please check on those and if you still have problems get back to us with proper report including connection string, JVM settings, MySQL server settings et all. Till then, I see nothing to work on here.
[25 Aug 2010 18:58]
tod ZM
closed.
[16 Nov 2010 19:59]
Ashwin Raj
I used mysql connector/j version 5.1.11 and did not have this problem. The code remaining exactly the same and none of the other project dependencies changing, the code threw an exception around this error as soon as I started using driver version 5.1.13. What seems more surprising is that this concerns a stored procedure in the same database and not even another database! Details of run environment: SuSe Linux Enterprise Server 11 Sun Java 1.6 MySQL 5.0.67-community-log MySQL Connector/J 5.1.13 I hope this is researched further and fixed. Thanks, Ashwin Raj