[CONCPP-69] Avoid using mysql.proc table Created: 2021-02-15 Updated: 2021-06-14 Resolved: 2021-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | 1.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
There is different reason not to use mysql.proc table : for xpand compatibility This task is to verify that those information can be available using SHOW PROCEDURE/FUNCTION STATUS / or using information_schema. |