Some of you may already notice, that in Build Service, there are
already available rpms for new MySQL 5.1. Currently I think that
in openSUSE 11.2 will be some 5.1 version of MySQL. So it may be
interesting to tell our users what will change and how. Most of
these changes are reflected in README.SuSE, but
frankly - who reads READMEs?
Changes Plugins
One of the new features in MySQL 5.1 is support for plugins. So
some of the storage engines will be now shipped like that.
Following plugins will be available:
- archive
- blackhole
- federated
- example
As you can see, InnoDB will be still compiled as internal part of
MySQL. If you are upgrading from version 5.0.X or if this is your
first installation of MySQL 5.1, all plugins will be enabled by
default and you can disable them manually later (see …
[Read more]