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
2010-08-03 12:54:05 +02:00
btr updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
buf updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
build Virtual package mysql is provided by Percona-XtraDB-client 2010-04-08 22:18:19 -07:00
data updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
dict updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
dyn sync with rev.96 2009-09-07 10:22:53 +00:00
eval sync with rev.96 2009-09-07 10:22:53 +00:00
fil updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
fsp updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
fut sync with rev.96 2009-09-07 10:22:53 +00:00
ha updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
handler updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
ibuf updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
include updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
lock updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
log updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
mach sync with rev.96 2009-09-07 10:22:53 +00:00
mem updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
mtr Synced with extensions-1.0.6 Rev. 135 2010-01-06 04:00:14 -08:00
mysql-test removed fixes to ssl certificates 2010-03-23 08:04:37 -07:00
os updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
page updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
pars Synced with extensions-1.0.6 Rev. 135 2010-01-06 04:00:14 -08:00
percona-suite updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
que Synced with extensions-1.0.6 Rev. 135 2010-01-06 04:00:14 -08:00
read sync with rev.96 2009-09-07 10:22:53 +00:00
rem updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
row updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
scripts Synced with extensions-1.0.6 Rev. 135 2010-01-06 04:00:14 -08:00
srv updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
sync updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
thr Synced with extensions-1.0.6 Rev. 135 2010-01-06 04:00:14 -08:00
trx updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
usr Synced with extensions-1.0.6 Rev. 135 2010-01-06 04:00:14 -08:00
ut updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
ChangeLog updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
CMakeLists.txt updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
compile-innodb porting to 1.0.3 2009-03-25 23:11:11 -07:00
compile-innodb-debug porting to 1.0.3 2009-03-25 23:11:11 -07:00
COPYING porting to 1.0.3 2009-03-25 23:11:11 -07:00
COPYING.Google porting to 1.0.3 2009-03-25 23:11:11 -07:00
COPYING.Percona Sync with rev.105 2009-09-23 00:06:02 +00:00
COPYING.Sun_Microsystems Sync with rev.105 2009-09-23 00:06:02 +00:00
Doxyfile Sync with rev.105 2009-09-23 00:06:02 +00:00
ha_innodb.def 1.0.2 version imported 2008-12-02 21:06:00 -08:00
Makefile.am updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
Makefile.in updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
plug.in updated with changes from Percona-Server-5.1.47-11.2 2010-08-03 12:54:05 +02:00
README Synced with extensions-1.0.6 Rev. 135 2010-01-06 04:00:14 -08:00
setup.sh porting to 1.0.3 2009-03-25 23:11:11 -07:00

This is the source of the InnoDB Plugin 1.0.6 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.
   If compiling MySQL 5.1.38 or newer, disable the InnoDB Plugin that comes
   with MySQL in storage/innodb_plugin with the configure option
   --without-plugin-innodb_plugin

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!