1
This is the source of the InnoDB Plugin 1.0.1 for MySQL 5.1
2
===========================================================
4
Instructions for compiling the plugin:
5
--------------------------------------
7
1. Get the latest MySQL 5.1 sources from
8
http://dev.mysql.com/downloads/mysql/5.1.html#source
10
2. Replace the contents of the mysql-5.1.N/storage/innobase/ directory
11
with the contents of this directory.
13
3. Optional (only necessary if you are going to run tests from the
14
mysql-test suite): cd into the innobase directory and run ./setup.sh
16
4. Compile MySQL as usual.
20
See the online documentation for more detailed instructions:
21
http://www.innodb.com/doc/innodb_plugin-1.0/innodb-plugin-installation.html
23
For more information about InnoDB visit
26
Thank you for using the InnoDB plugin!