diff options
author | Vadim Tkachenko <vadim@percona.com> | 2008-11-30 22:10:29 -0800 |
---|---|---|
committer | Vadim Tkachenko <vadim@percona.com> | 2008-11-30 22:10:29 -0800 |
commit | d6c7789c349d3f6fe5eb5ce9ff0a9ee1901238cd (patch) | |
tree | 33af1ee92a4e363aec455940f35a7e875e15cf65 /README | |
download | mariadb-git-d6c7789c349d3f6fe5eb5ce9ff0a9ee1901238cd.tar.gz |
Initial import of InnoDB-plugin 1.0.1 source tree
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 00000000000..d2dbd3c8234 --- /dev/null +++ b/README @@ -0,0 +1,26 @@ +This is the source of the InnoDB Plugin 1.0.1 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 + +Thank you for using the InnoDB plugin! |