[MDEV-10115] Processing Data Sets Within A stored Procedure Created: 2016-05-24 Updated: 2016-05-25 Resolved: 2016-05-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Nicholas Denning | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It would be really neat to have the ability to open a cursor in a stored procedure on a result set that has been generated in a called from the stored procedure. I think this is possible in DB2 and ORACLE and hence would be a great capability on compatibility grounds. |
| Comments |
| Comment by Sergei Golubchik [ 2016-05-25 ] |
|
This is, basically, MDEV-8100 — an ability to process a generated data set as if it was a table (open a cursor on it, join it with other tables, and so on) |