[MDEV-638] LP:832068 - C client API: multiple result sets for prepared CALL statements Created: 2011-08-23 Updated: 2013-05-08 Resolved: 2013-05-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Janne Snabb (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
MySQL version 5.5.3 and newer C client library/API supports multiple result sets for prepared CALL statements as described at: http://dev.mysql.com/doc/refman/5.5/en/c-api-prepared-call-statements.html I assume that this feature can not be directly imported to MariaDB 5.5 client library now that the MySQL client library does not have the FOSS license exception any more. The relevant C API function is mysql_stmt_next_result() as documented at http://dev.mysql.com/doc/refman/5.5/en/mysql-stmt-next-result.html In my application this feature happens to be very useful, thus I would like to file this as a feature request. |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2011-08-23 ] |
|
Launchpad bug id: 832068 |
| Comment by Elena Stepanova [ 2013-05-08 ] |
|
As I can see, we have it in 5.5 and 10.0. |