WL#4067: MySQL plugin interface: syntax extension

Affects: Server-7.1 — Status: Un-Assigned — Priority: Medium

Plugin should be able to add new SQL syntax that MySQL understands.
In particular it should include:
1. optional clauses in CREATE TABLE (done as WL#2938)
2. optional clauses in SHOW ENGINE xxx
3. possibly a new class of statements ENGINE xxx whatever...
e.g.
ENGINE InnoDB FLUSH LOGS
ENGINE NDB SHOW NODES
ENGINE NDB RESTART NODE

4. anything else ?

with recursive-descent parser one can, technically, extend run-time any branch
of the parse tree

You must be logged in to tag this worklog

No Comments yet

Votes

  • Rated 4.00 out of 5
Rated 4.00 out of 5 with 1 votes cast.
You must be logged in to vote.

Watches

0 members are watching this worklog
You must be logged in to track this worklog.

Provide Feedback

Please note:
HTML will be purified, but we allow for a number of HTML tags so that you have the flexibility to decorate your comment text to some extent. The comments allow the following HTML tags:

strong, b, em, blockquote, a, code, pre

To put code into your comment, simply encapsulate your code with
[code language="XXX"][/code], where XXX is any common language, for instance "PHP", "SQL", "C", etc.



You must be logged in to comment