← Back to team overview

maria-developers team mailing list archive

Re: [Drizzle-discuss] Learning Storage Engine API

 

Hi

You should check this link, as it has everything on storage engine API:
http://forge.mysql.com/wiki/MySQL_Internals_Custom_Engine

Also; you should check the example storage engine source code
(storage/example) for bootstrapping, so that you can get your dummy storage
engine ready in few minutes.

Once you start, it will be real fun and easy to start though...

Have fun
Venu

On Mon, Apr 19, 2010 at 1:35 PM, Igor K <igor175@xxxxxxxxx> wrote:

> Dear all,
>
> I am new to the community and would like to ask a question:
>
> What is the best approach, in your opinion, to start learning storage
>  engine API? So that one can write a dummy storage engine in no time.
>
> Advices from the experts as well as various experiences from life are
> welcomed.
>
> Igor Kozachenko
> University of California, Berkeley
>
> _______________________________________________
> Mailing list: https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss>
> Post to     : drizzle-discuss@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss>
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups