On 19.03.2009 15:00, Sergei Golubchik wrote:
> Hi, Antony!
>
> On Mar 18, Antony Dovgal wrote:
>> Hello all.
>>
>> At the moment MySQL plugin process is overly complicated - in order to
>> build a plugin one must perform the following actions:
>> 1) fetch MySQL sources
>> 2) run `./configure`
>> 3) run `make`, as my_config.h is created by make, not ./configure.
>
> What kind of plugin do you want to build ?
I'm working on a statistics daemon that provides access to its data via read-only storage
engine.
--
Wbr,
Antony Dovgal