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.

32 lines
1.1 KiB

  1. This is the source of the InnoDB Plugin 1.0.6 for MySQL 5.1
  2. ===========================================================
  3. Instructions for compiling the plugin:
  4. --------------------------------------
  5. 1. Get the latest MySQL 5.1 sources from
  6. http://dev.mysql.com/downloads/mysql/5.1.html#source
  7. 2. Replace the contents of the mysql-5.1.N/storage/innobase/ directory
  8. with the contents of this directory.
  9. 3. Optional (only necessary if you are going to run tests from the
  10. mysql-test suite): cd into the innobase directory and run ./setup.sh
  11. 4. Compile MySQL as usual.
  12. If compiling MySQL 5.1.38 or newer, disable the InnoDB Plugin that comes
  13. with MySQL in storage/innodb_plugin with the configure option
  14. --without-plugin-innodb_plugin
  15. 5. Enjoy!
  16. See the online documentation for more detailed instructions:
  17. http://www.innodb.com/doc/innodb_plugin-1.0/innodb-plugin-installation.html
  18. For more information about InnoDB visit
  19. http://www.innodb.com
  20. Please report any problems or issues with the plugin in the InnoDB Forums
  21. http://forums.innodb.com/ or in the MySQL Bugs database http://bugs.mysql.com
  22. Thank you for using the InnoDB plugin!