PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.1 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||
| Sprint: | 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18 | ||||||||||||
| Description |
|
This task is a part of In order for packages to reuse all routine features, such as:
To simplify initialization of the Package* instances, we need to move most the code from sp_head::init to sp_head::sp_head. The relevant code:
Currently new instances of sp_head are created by LEX::make_sp_head, in this code:
Notice, the constructor call in new is immediately followed by init(this). |
| Comments |
| Comment by Alexander Barkov [ 2017-08-15 ] |
|
Pushed to bb-10.2-ext and 10.3. |