Jump to content

How to insert my storage engine into mysql of 5.5.2-m2 ?

lieyia's Photo
Posted May 28 2010 12:17 AM
4015 Views

In order to in-depth understanding of how myisam works,I wanted to implement a simple storage engine named spartan,but i have no idea how to embed into mysql ?

Can someone tell me what file to modify,and how? And mysql version is 5.5.2-m2.

Thank you very much!

Tags:
1 Subscribe


1 Reply

0
  sboss's Photo
Posted Jun 19 2010 01:53 PM

I wold first start here ( http://forge.mysql.c...s_Custom_Engine ) to get you started. You might want to check out ( http://www.mysql.com...ged/engine.html ).

Since custom storage engines are relatively new there is not a lot of documentation out there that isnt on mysql.com's website.