• R/O
  • SSH
  • HTTPS

tritonn: Source Tree


Name Size Rev. Time Author Log Message
trunk r163 2008-07-01 10:26:15 mir cutting off some debug print
branches r115 2008-05-29 15:53:40 mir added branches directory
misc r114 2008-04-21 10:56:41 mir Added ramdom Japanese data generator.
tags r184 2010-07-01 20:39:40 myuka added test suite results *senna_sco...
build r178 2009-11-26 18:10:05 mir tritonn-1.0.12a-mysql-5.0.87.

README

Hi!

This is an skeleton engine, it does not do much. Its been put together for
documentation reasons and as a way to get someone started quickly.

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 install

And 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 DEFAULT
CHARSET=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).

For Solaris you can enable DTrace probes by adding to configure
--enable-dtrace

Have fun!

Cheers,
  -Brian

Show on old repository browser