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.
 
 
 
 
 
 
Jonathan Perkin 17476e2797 Build fixes for Windows, AIX, HP/UX and Sun Studio11, from Timothy Smith. 17 years ago
..
btr null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
buf null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
data null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
dict null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 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 17 years ago
fsp null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 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 17 years ago
handler Build fixes for Windows, AIX, HP/UX and Sun Studio11, from Timothy Smith. 17 years ago
ibuf null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
include Build fixes for Windows, AIX, HP/UX and Sun Studio11, from Timothy Smith. 17 years ago
lock null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
log null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
mach Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
mem null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
mtr null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
mysql-test null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
os null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
page null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 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 17 years ago
read Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
rem Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
row null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
scripts Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
srv null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
sync null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
thr Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
trx null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
usr Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
ut null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 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 17 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 17 years ago
COPYING.Sun_Microsystems null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
ChangeLog null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
Doxyfile null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 years ago
Makefile.am null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 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 null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 17 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!