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
..
btr Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
buf Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
data Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
dict Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
dyn Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
eval Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
fil Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
fsp Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
fut Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
ha Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
handler Build fixes for Windows, AIX, HP/UX and Sun Studio11, from Timothy Smith. 2009-08-14 17:18:52 +02:00
ibuf Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
include Build fixes for Windows, AIX, HP/UX and Sun Studio11, from Timothy Smith. 2009-08-14 17:18:52 +02:00
lock Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
log Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
mach Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
mem Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
mtr Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
mysql-test Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
os Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
page Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
pars Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
que Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
read Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
rem Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
row Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
scripts Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
srv Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
sync Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
thr Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
trx Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
usr Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
ut Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
win-plugin Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
ChangeLog Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
CMakeLists.txt Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
compile-innodb Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
compile-innodb-debug Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
COPYING Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
COPYING.Google Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
COPYING.Percona Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
COPYING.Sun_Microsystems Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
Doxyfile Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
ha_innodb.def Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
Makefile.am Added fsp0types.h to source distribution. 2009-07-31 14:54:25 +05:00
plug.in.disabled Completely disable the innodb plugin. 2009-09-30 09:25:12 +02:00
README Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
setup.sh Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30

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!