[CONJ-857] Avoid using mysql.proc table Created: 2021-02-15 Updated: 2021-05-10 Resolved: 2021-05-10 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | None |
| Fix Version/s: | 2.7.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is different reason not to use mysql.proc table :
for metadata about FUNCTION/PROCEDURE, driver use mysql.proc to retrieve all informations. This task is to verify that those information can be available using SHOW PROCEDURE/FUNCTION STATUS / or using information_schema. |
| Comments |
| Comment by Diego Dupin [ 2021-03-29 ] |
|
done in 3.0, using information_schema.parameters |