Remove README from branches/zip. This file is added by

https://svn.innodb.com/svn/plugin/trunk/build/source_release.sh
which takes it from
https://svn.innodb.com/svn/plugin/trunk/support/README-source
This commit is contained in:
vasil 2008-04-30 06:24:23 +00:00
parent 4d0cd8e40f
commit 107297fc8b

22
README
View file

@ -1,22 +0,0 @@
This is the source of the InnoDB plugin 1.0 alpha1 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!
Thank you for using the InnoDB plugin!
For more information visit http://www.innodb.com.