|
|
|||
How to insert my storage engine into mysql of 5.5.2-m2 ?
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! 1 Reply
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. |
|||
|