You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Satya B ef6fcca5b1 Applying InnoDB Plugin 1.0.5 snapshot , part 9 16 years ago
..
btr Applying InnoDB Plugin 1.0.5 snapshot, part 4 16 years ago
buf Applying InnoDB Plugin 1.0.5 snapshot, part 7 16 years ago
data null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
dict Applying InnoDB Plugin 1.0.5 snapshot , part 9 16 years ago
dyn Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
eval Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
fil null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
fsp Applying InnoDB Plugin 1.0.5 snapshot, part 2 16 years ago
fut Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
ha null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
handler Applying InnoDB Plugin 1.0.5 snapshot , part 9 16 years ago
ibuf null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
include Applying InnoDB Plugin 1.0.5 snapshot , part 9 16 years ago
lock Applying InnoDB Plugin 1.0.5 snapshot , part 5 16 years ago
log Applying InnoDB Plugin 1.0.5 snapshot , part 9 16 years ago
mach Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
mem Applying InnoDB Plugin 1.0.5 snapshot, part 2 16 years ago
mtr Applying InnoDB Plugin 1.0.5 snapshot , part 5 16 years ago
mysql-test Applying InnoDB Plugin 1.0.5 snapshot , part 1 16 years ago
os Applying InnoDB Plugin 1.0.5 snapshot, part 6 16 years ago
page Applying InnoDB Plugin 1.0.5 snapshot , part 5 16 years ago
pars Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
que null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
read Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
rem Applying InnoDB Plugin 1.0.5 snapshot, part 2 16 years ago
row Applying InnoDB Plugin 1.0.5 snapshot , part 9 16 years ago
scripts Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
srv Applying InnoDB Plugin 1.0.5 snapshot , part 9 16 years ago
sync Applying InnoDB Plugin 1.0.5 snapshot , part 8 16 years ago
thr Applying InnoDB Plugin 1.0.5 snapshot, part 2 16 years ago
trx Applying InnoDB Plugin 1.0.5 snapshot, part 7 16 years ago
usr Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
ut Applying InnoDB Plugin 1.0.5 snapshot , part 8 16 years ago
win-plugin Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
CMakeLists.txt null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
COPYING Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
COPYING.Google Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
COPYING.Percona null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
COPYING.Sun_Microsystems null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
ChangeLog Applying InnoDB Plugin 1.0.5 snapshot , part 5 16 years ago
Doxyfile null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
Makefile.am null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
README Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
compile-innodb Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
compile-innodb-debug Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
ha_innodb.def Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
plug.in Applying InnoDB Plugin 1.0.5 snapshot, part 7 16 years ago
setup.sh Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago

README

This is the source of the InnoDB Plugin 1.0.4 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!