[MDEV-4641] API for running SQL from inside the server Created: 2013-06-11 Updated: 2017-05-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Sergei Golubchik | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | plugins | ||
| Issue Links: |
|
||||||||
| Description |
|
There's a set of classes in the server:
created to simplify executing SQL statements from inside the server. They are not used, and probably cannot be used anymore. This task is to fix them, cleanup/simplify perhaps, and use them everywhere in the server where it needs to execute SQL. This API should also be usable by plugins. Note: often the server does not need to execute SQL, only to parse it, so these classes should allow that too. |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2015-06-12 ] |
|
Justin Swanhart thinks CTE support can be implemented easily once this is finished: https://lists.launchpad.net/maria-discuss/msg02662.html Should that issue be dependent on |