Tuesday, March 10, 2009

compiling the mysql engine skeleton on jaunty

download and choose the gz from this url
http://hg.tangent.org/skeleton-mysql-engine/
$ tar -zxvf tip.tar.gz
$ cd skeleton-mysql-engine-0beed5ef2859$
$ autoreconf -vif
$ ./configure --with-mysql=/home/mariuz/work/mysql-5.1.31/ --libdir=/opt/mysql5.x/lib/mysql/plugin/
$ make
$ sudo make install
$ /opt/mysql5.x/bin/mysql -u root
mysql> INSTALL PLUGIN skeleton SONAME 'libskeleton_engine.so';
mysql> show engines \G;
Engine: SKELETON
Support: YES
Comment: Skeleton storage engine


Read howto use it the README

No comments: