Skeleton Engine for MySQL

Skeleton Engine for MySQL is a full framework to plug in a new storage engine.
Download

Skeleton Engine for MySQL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Brian Aker
  • Publisher web site:
  • http://search.cpan.org/~krow/Apache-Storage-1.1/Storage.pm

Skeleton Engine for MySQL Tags


Skeleton Engine for MySQL Description

Skeleton Engine for MySQL is a full framework to plug in a new storage engine. Skeleton Engine for MySQL is a full framework to plug in a new storage engine. Comes with prebuild autoconf files, and a full framework to plug in your own design.The AWS, HTTP, Memcache, Nitro, PBXT, and many other engines were put together from the skeleton engine.To install, grab a copy of the mysql source code and run this:./configure --with-mysql=/home/brian/mysql-5.1/ --libdir=/usr/local/lib/mysql/make installAnd then inside of MySQL:mysql> INSTALL PLUGIN skeleton SONAME 'libskeleton_engine.so';mysql> CREATE TABLE `d` (`a` varchar(125), b text, primary key(a)) ENGINE=skeleton DEFAULTCHARSET=latin1;Query OK, 0 rows affected (0.01 sec)You will probably need to edit the Makefile.am in the src/ tree if you want to build on anything other then Linux (and the Makefile assumes that the server was not compiled for debug).What's New in This Release:· License file cleanups, better documents, and the removal of some public functions (aka they are now declared as static).


Skeleton Engine for MySQL Related Software