summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin/README
diff options
context:
space:
mode:
authorSatya B <satya.bn@sun.com>2009-05-27 15:15:59 +0530
committerSatya B <satya.bn@sun.com>2009-05-27 15:15:59 +0530
commit3945d5e5549187a18c64a112899f90a7f6a320d6 (patch)
tree1857c73fc15e12543e009c30aeac2d2463f284fb /storage/innodb_plugin/README
parent74a495cc81e5cebd56b99acf090b9d5436866b7e (diff)
downloadmariadb-git-3945d5e5549187a18c64a112899f90a7f6a320d6.tar.gz
Adding innodb_plugin-1.0.4 as storage/innodb_plugin.
Diffstat (limited to 'storage/innodb_plugin/README')
-rw-r--r--storage/innodb_plugin/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/storage/innodb_plugin/README b/storage/innodb_plugin/README
new file mode 100644
index 00000000000..56aa8058224
--- /dev/null
+++ b/storage/innodb_plugin/README
@@ -0,0 +1,29 @@
+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!