← Back to team overview

maria-developers team mailing list archive

Re: Using MariaDB SQL for other storage engine

 

Thanks Andrew.

Looks like this info is very helpful. I will try to develop using this
basic blocks.

Anyone has any other helpful info request to share.

Thanks and Regards,
Amith


On Mon, Feb 24, 2014 at 6:11 PM, Andrew McDonnell
<bugs@xxxxxxxxxxxxxxxxxxx>wrote:

> Hi Amith
>
> the O'Reilly book MySQL Internals has a chapter on developing storage
> engines,
> e.g. Chapter 7. The Storage Engine Interface.  This book is geared to MySQL
> not MariaDB but the concepts are much the same.
>
> There is also https://dev.mysql.com/doc/internals/en/custom-engine.html,
> again
> specific to MySQL
>
> Beyond that I had to learn by reading the code...
>
> cheers,
> Andrew
>
>
> On 24/02/14 22:49, Amith Nagarajappa wrote:
> > Hello,
> >
> >
> >
> > I am a database guy and want to plug mariaDB sql engine for other
> storage engine.
> >
> >
> > If I want to plugin a storage engine with mariadb to use mariadb's SQL
> should
> > i use handler interface in the storage/examples directory.
> >
> >
> >
> > I am not sure how to start with this interface implementation for
> MariaDB.
> >
> >
> > Any help or docs or weblink on this would be helpful.
> >
> >
> >
> > Thanks and Regards,
> >
> > Amith
> >
> >
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~maria-developers
> > Post to     : maria-developers@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~maria-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
>

References