PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.0 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility, refactoring | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18 | ||||||||
| Description |
|
There is a huge piece of code in mysql_execute_command():
This code will be needed for We'll move this code from mysql_execute_command() into a separate new function mysql_create_routine(). This change was originally a part of |
| Comments |
| Comment by Alexander Barkov [ 2017-03-29 ] |
|
Pushed to bb-10.2.ext |