Package: mysql-5.5 Version: 5.5.17-4 Severity: wishlist Tags: patch The transition from autotools to cmake for MySQL 5.5 led to changes in the enable-by-default features, including storages engines.
To make sure that MySQL 5.5 has the same features as MySQL 5.1, ARCHIVE, BLACKHOLE and FEDERATED storage engines should by explicitly mentioned in debian/rules (a patch is attached). -- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.0.8-grsec (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8) Shell: /bin/sh linked to /bin/dash
diff -urN mysql-5.5-5.5.17.orig//debian/rules mysql-5.5-5.5.17/debian/rules --- mysql-5.5-5.5.17.orig//debian/rules 2011-11-17 18:14:31.000000000 +0000 +++ mysql-5.5-5.5.17/debian/rules 2011-11-21 11:25:05.000000000 +0000 @@ -95,6 +95,9 @@ -DINSTALL_PLUGINDIR=lib/mysql/plugin \ -DWITH_EMBEDDED_SERVER=ON \ -DHAVE_EMBEDDED_PRIVILEGE_CONTROL=ON \ + -DWITH_ARCHIVE_STORAGE_ENGINE=ON \ + -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \ + -DWITH_FEDERATED_STORAGE_ENGINE=ON \ -DWITH_EXTRA_CHARSETS=all ..' # --sysconfdir=/etc/mysql -- Appends /etc/mysql after ~/ in the my.cnf search patch!