Re: How to create a SQL engine like MySQL server

harryxiyou <[email protected]> Wed, 28 Jan 2015 11:58:20 +0800
Newsgroups gmane.comp.db.mysql.devel
Message-ID <CAD+1EGMkzSY=9CsxBPqEh5FJ1wgZ_3MkX+30nonWPBde+Wm8uA@mail.gmail.com>
On Wed, Jan 28, 2015 at 2:05 AM, shawn l.green <[email protected]> wrote:
> Hello Harry,

Hi Shawn,
[...]
> There is an EXAMPLE storage engine you can use as a reference in the source
> code packages.
> http://dev.mysql.com/doc/refman/5.6/en/example-storage-engine.html
>
> There is also some documentation in the manuals on how storage engines need
> to operate. Here is a good spot to get started.
> http://dev.mysql.com/doc/refman/5.6/en/storage-engine-plugins.html
>
> But, from your basic description it appears you want to use the embedded
> server instead of building your own storage engine (manage a private
> database server as part of your own program's code).  How to do that is
> covered here:
> http://dev.mysql.com/doc/refman/5.6/en/libmysqld.html
>
> Please keep the list informed of which path you take and any progress or
> problems you have. The community is very happy to help.
>

Thanks for your quick replies.

Actually, I wanna design/implement a lightweight SQL engine like MySQL
server side (not only storage engine but also design/implement the
MySQL proxy) which includes MySQL proxy (could be connected by MySQL
client, that storage engine example doesn't include this part) and
then we would consider the storage part.


Thanks, Harry ;-)

-- 
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    http://lists.mysql.com/internals