PL/SQL parser - Phase 2
(MDEV-10764)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.3 |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||
| Description |
|
We'll add a way to see existing packages:
It should probably be a new table in INFORMATION_SCHEMA. |
| Comments |
| Comment by Alexander Barkov [ 2023-10-18 ] |
|
Packages are seen in mysql.proc and INFORMATION_SCHEMA.ROUTINES. No needs for a new table. |