[MDEV-13529] Add class Sql_cmd_call Created: 2017-08-15 Updated: 2017-08-15 Resolved: 2017-08-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Stored routines |
| Fix Version/s: | 10.3.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This is a self-containing sub-task of Currently SQLCOM_CALL is handled in a huge piece of code in a switch in mysql_execute_command():
We'll introduce a new class Sql_cmd_call and move this code to Sql_cmd_call::execute. After this change, CALL statements will be handled in the same way with other statements using Sql_cmd based implementations:
Reasoning:
|