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
Vadim Tkachenko f4ae92b2af sync rev 59
2009-05-03 21:32:30 -07:00
btr disable split_buffer_pool_mutex 2009-05-03 19:45:47 -07:00
buf sync rev 59 2009-05-03 21:32:30 -07:00
data porting to 1.0.3 2009-03-25 23:11:11 -07:00
dict porting to 1.0.3 2009-03-25 23:11:11 -07:00
dyn porting to 1.0.3 2009-03-25 23:11:11 -07:00
eval porting to 1.0.3 2009-03-25 23:11:11 -07:00
fil porting to 1.0.3 2009-03-25 23:11:11 -07:00
fsp porting to 1.0.3 2009-03-25 23:11:11 -07:00
fut porting to 1.0.3 2009-03-25 23:11:11 -07:00
ha porting to 1.0.3 2009-03-25 23:11:11 -07:00
handler disable split_buffer_pool_mutex 2009-05-03 19:45:47 -07:00
ibuf porting to 1.0.3 2009-03-25 23:11:11 -07:00
include sync rev 59 2009-05-03 21:32:30 -07:00
lock porting to 1.0.3 2009-03-25 23:11:11 -07:00
log porting to 1.0.3 2009-03-25 23:11:11 -07:00
mach porting to 1.0.3 2009-03-25 23:11:11 -07:00
mem porting to 1.0.3 2009-03-25 23:11:11 -07:00
mtr porting to 1.0.3 2009-03-25 23:11:11 -07:00
mysql-test sync rev 59 2009-05-03 21:32:30 -07:00
os porting to 1.0.3 2009-03-25 23:11:11 -07:00
page porting to 1.0.3 2009-03-25 23:11:11 -07:00
pars porting to 1.0.3 2009-03-25 23:11:11 -07:00
que porting to 1.0.3 2009-03-25 23:11:11 -07:00
read porting to 1.0.3 2009-03-25 23:11:11 -07:00
rem porting to 1.0.3 2009-03-25 23:11:11 -07:00
row porting to 1.0.3 2009-03-25 23:11:11 -07:00
scripts sync with rev40 extensions-1.0 2009-01-29 08:54:13 -08:00
srv porting to 1.0.3 2009-03-25 23:11:11 -07:00
sync sync to extension rev 58 2009-04-26 21:54:14 -07:00
thr porting to 1.0.3 2009-03-25 23:11:11 -07:00
trx sync to extension rev 55 2009-04-25 13:20:52 -07:00
usr porting to 1.0.3 2009-03-25 23:11:11 -07:00
ut porting to 1.0.3 2009-03-25 23:11:11 -07:00
win-plugin porting to 1.0.3 2009-03-25 23:11:11 -07:00
ChangeLog porting to 1.0.3 2009-03-25 23:11:11 -07:00
CMakeLists.txt porting to 1.0.3 2009-03-25 23:11:11 -07: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
ha_innodb.def 1.0.2 version imported 2008-12-02 21:06:00 -08:00
Makefile.am porting to 1.0.3 2009-03-25 23:11:11 -07:00
Makefile.in sync to extension rev 58 2009-04-26 21:54:14 -07:00
plug.in porting to 1.0.3 2009-03-25 23:11:11 -07:00
README porting to 1.0.3 2009-03-25 23:11:11 -07: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.3 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!