MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
2009-02-15 19:18:07 -08:00
btr sync with rev41 extensions 2009-02-02 08:44:52 -08:00
buf sync with rev45 2009-02-15 19:18:07 -08:00
data 1.0.2 version imported 2008-12-02 21:06:00 -08:00
dict 1.0.2 version imported 2008-12-02 21:06:00 -08:00
dyn Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
eval Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
fil real sync with patches rev12 2008-12-10 20:55:47 -08:00
fsp 1.0.2 version imported 2008-12-02 21:06:00 -08:00
fut Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
ha 1.0.2 version imported 2008-12-02 21:06:00 -08:00
handler sync with rev43 2009-02-10 18:56:11 -08:00
ibuf sync with extensions rev29 2009-01-12 15:30:38 -08:00
include sync with rev41 extensions 2009-02-02 08:44:52 -08:00
lock real sync with patches rev12 2008-12-10 20:55:47 -08:00
log real sync with patches rev12 2008-12-10 20:55:47 -08:00
mach Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
mem 1.0.2 version imported 2008-12-02 21:06:00 -08:00
mtr sync with rev41 extensions 2009-02-02 08:44:52 -08:00
mysql-test sync with rev40 extensions-1.0 2009-01-29 08:54:13 -08:00
os real sync with patches rev12 2008-12-10 20:55:47 -08:00
page 1.0.2 version imported 2008-12-02 21:06:00 -08:00
pars Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
que Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
read Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
rem 1.0.2 version imported 2008-12-02 21:06:00 -08:00
row 1.0.2 version imported 2008-12-02 21:06:00 -08:00
scripts sync with rev40 extensions-1.0 2009-01-29 08:54:13 -08:00
srv sync with rev40 extensions-1.0 2009-01-29 08:54:13 -08:00
sync sync with rev43 2009-02-10 18:56:11 -08:00
thr real sync with patches rev12 2008-12-10 20:55:47 -08:00
trx sync with rev40 extensions-1.0 2009-01-29 08:54:13 -08:00
usr Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
ut 1.0.2 version imported 2008-12-02 21:06:00 -08:00
win-plugin 1.0.2 version imported 2008-12-02 21:06:00 -08:00
ChangeLog 1.0.2 version imported 2008-12-02 21:06:00 -08:00
CMakeLists.txt 1.0.2 version imported 2008-12-02 21:06:00 -08:00
compile-innodb Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
compile-innodb-debug Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
COPYING Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
ha_innodb.def 1.0.2 version imported 2008-12-02 21:06:00 -08:00
Makefile.am Sync with patches commit rev 8 2008-12-06 15:40:43 -08:00
Makefile.in Sync with patches commit rev 8 2008-12-06 15:40:43 -08:00
plug.in Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00
README 1.0.2 version imported 2008-12-02 21:06:00 -08:00
setup.sh Initial import of InnoDB-plugin 1.0.1 source tree 2008-11-30 22:10:29 -08:00

This is the source of the InnoDB Plugin 1.0.2 for MySQL 5.1
===========================================================

Instructions for compiling the plugin:
--------------------------------------

1. Get the latest MySQL 5.1 sources from
   http://dev.mysql.com/downloads/mysql/5.1.html#source

2. Replace the contents of the mysql-5.1.N/storage/innobase/ directory
   with the contents of this directory.

3. Optional (only necessary if you are going to run tests from the
   mysql-test suite): cd into the innobase directory and run ./setup.sh

4. Compile MySQL as usual.

5. Enjoy!

See the online documentation for more detailed instructions:
http://www.innodb.com/doc/innodb_plugin-1.0/innodb-plugin-installation.html

For more information about InnoDB visit
http://www.innodb.com

Please report any problems or issues with the plugin in the InnoDB Forums
http://forums.innodb.com/ or in the MySQL Bugs database http://bugs.mysql.com

Thank you for using the InnoDB plugin!