← Back to team overview

maria-discuss team mailing list archive

Re: stored programs

 

Hi,

Well you can wait forever for a parser that is pluggable, or you can have
rewrite plugins that are so much more awesome than Oracle's rewrite
plugin.  It is effectively putting the power of MySQL proxy into the
database.  The SQL92 parser can do all the things needed under the covers.
Fancy things like CTE and window functions become available.

--Justin

On Tue, Mar 3, 2015 at 8:23 AM, Reindl Harald <h.reindl@xxxxxxxxxxxxx>
wrote:

>
> Am 03.03.2015 um 16:19 schrieb Justin Swanhart:
>
>> What about providing an alternate parser in the server but only for
>> plugins to use?  The plugins rewrite the whole query, not modify the
>> syntax tree so there is no fiddling with the query on THD, it is
>> rewritten before the bison parser gets it
>>
>
> don't feels like a good idea to have different behavior by design
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~maria-discuss
> Post to     : maria-discuss@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~maria-discuss
> More help   : https://help.launchpad.net/ListHelp
>
>

References