Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
10.3(EOL)
Description
We'll add a way to see existing packages:
- list packages
- see package definitions and implementations
It should probably be a new table in INFORMATION_SCHEMA.
Attachments
Issue Links
- is part of
-
MDEV-10591 Oracle-style packages
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
We'll add a way to see existing packages.
It should probably be a new table in {{INFORMATION_SCHEMA}}. |
We'll add a way to see existing packages:
- list packages - see package definitions and implementations It should probably be a new table in {{INFORMATION_SCHEMA}}. |
Description |
We'll add a way to see existing packages:
- list packages - see package definitions and implementations It should probably be a new table in {{INFORMATION_SCHEMA}}. |
We'll add a way to see existing packages:
- list packages - see package definitions and implementations It should probably be a new table in {{INFORMATION_SCHEMA}}. |
Link |
This issue is part of |
Parent |
|
MDEV-10764 [ 57940 ] |
Labels | Compatibility |
Support case ID | not-26307 |
NRE Projects | AC-2610/DEFERRED |
Assignee | Alexander Barkov [ bar ] |
Workflow | MariaDB v3 [ 79765 ] | MariaDB v4 [ 140230 ] |
Component/s | Stored routines [ 13905 ] | |
Fix Version/s | N/A [ 14700 ] | |
Assignee | Alexander Barkov [ bar ] | |
Resolution | Won't Do [ 10201 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Packages are seen in mysql.proc and INFORMATION_SCHEMA.ROUTINES. No needs for a new table.