1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/storage/innodb_plugin
unknown cadcc55bab Completely disable the innodb plugin.
Don't ever build it, and don't include it in source tarballs.
(we keep the sources in bzr to not get conflicts on every upstream change).
2009-09-30 09:25:12 +02:00
..
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00
2009-09-08 00:50:10 +04:00
2009-07-30 17:42:56 +05:00
2009-07-30 17:42:56 +05:00

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!