InnoDB Plugin 1.0.1 for MySQL 5.1 Released
May 8th, 2008The InnoDB Team is glad to announce the availability of the early adopter release of the InnoDB Plugin 1.0.1 which is licensed under GPLv2. Sources and binaries can be downloaded from here.
Compared to 1.0.0, 1.0.1 has the following changes:
- Fixed Bug#36222 New InnoDB plugin 1.0 has wrong MKDIR_P defined in Makefile.in
- Fixed Bug#36169 create innodb compressed table with too large row size crashed
- Fixed Bug#36310 InnoDB plugin crash
- Fixed Bug#35537 Innodb doesn’t increment handler_update and handler_delete
- Fixed Bug#29507 TRUNCATE shows to many rows effected
- Changed the fix for Bug#32440 to show bytes instead of kilobytes in INFORMATION_SCHEMA.TABLES.DATA_FREE
- Fixed Bug#35226 RBR event crashes slave
- Added the script ./scripts/install_innodb_plugins.sql to ease installing a dynamically linked plugin
- Fixed Bug#35406 5.1-opt crashes on select from I_S.REFERENTIAL_CONSTRAINTS
- Fixed Bug#36434 ha_innodb.so is installed in the wrong directory
- Added the InnoDB Plugin version in INFORMATION_SCHEMA.PLUGINS.PLUGIN_VERSION, in the startup message and in a server variable innodb_version. See the online doc for details.
- A system tablespace tagging was implemented. See the online doc for details.
Binaries have been compiled against MySQL 5.1.24 and can be plugged only in that version.
Source is compatible with MySQL 5.1.23 or 5.1.24.
Please report any problems or issues with the plugin in the InnoDB Forums.
Enjoy!
