[MDEV-21033] Call procedures dynamically with table/field names Created: 2019-11-11 Updated: 2020-01-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | ceau | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi everyone. Allow the procedures and / or functions of MariaDB to receive parameters like table name, view name, temporary table name, and / or field names, and that can be processed dynamically, for ACID operations and for declaration of cursors. For example: CREATE PROCEDURE procedure1 CALL procedure1('customers','bonus'); Thank yo so much. |