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.
 
 
 
 
 
 
unknown 2a4c97fc3e MySQL 5.1.38 merge into MariaDB. 16 years ago
..
btr Update to innoplug-1.0.4. 17 years ago
buf Update to innoplug-1.0.4. 17 years ago
data Update to innoplug-1.0.4. 17 years ago
dict Update to innoplug-1.0.4. 17 years ago
dyn Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
eval Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
fil Update to innoplug-1.0.4. 17 years ago
fsp Update to innoplug-1.0.4. 17 years ago
fut Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
ha Update to innoplug-1.0.4. 17 years ago
handler Build fixes for Windows, AIX, HP/UX and Sun Studio11, from Timothy Smith. 16 years ago
ibuf Update to innoplug-1.0.4. 17 years ago
include Build fixes for Windows, AIX, HP/UX and Sun Studio11, from Timothy Smith. 16 years ago
lock Update to innoplug-1.0.4. 17 years ago
log Update to innoplug-1.0.4. 17 years ago
mach Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
mem Update to innoplug-1.0.4. 17 years ago
mtr Update to innoplug-1.0.4. 17 years ago
mysql-test Update to innoplug-1.0.4. 17 years ago
os Update to innoplug-1.0.4. 17 years ago
page Update to innoplug-1.0.4. 17 years ago
pars Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
que Update to innoplug-1.0.4. 17 years ago
read Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
rem Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
row Update to innoplug-1.0.4. 17 years ago
scripts Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
srv Update to innoplug-1.0.4. 17 years ago
sync Update to innoplug-1.0.4. 17 years ago
thr Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
trx Update to innoplug-1.0.4. 17 years ago
usr Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
ut Update to innoplug-1.0.4. 17 years ago
win-plugin Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
CMakeLists.txt Merge MySQL->MariaDB 16 years ago
COPYING Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
COPYING.Google Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
COPYING.Percona Update to innoplug-1.0.4. 17 years ago
COPYING.Sun_Microsystems Update to innoplug-1.0.4. 17 years ago
ChangeLog Update to innoplug-1.0.4. 17 years ago
Doxyfile Update to innoplug-1.0.4. 17 years ago
Makefile.am Added fsp0types.h to source distribution. 17 years ago
README Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
compile-innodb Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
compile-innodb-debug Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
ha_innodb.def Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago
plug.in Exclude innodb_plugin form MariaDB's max and max-no-ndb configurations and 16 years ago
setup.sh Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 17 years ago

README

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!