[Pkg-mysql-commits] r2038 - mysql-5.5/branches/experimental/debian

Clint Byrum spamaps-guest at alioth.debian.org
Tue Nov 22 00:24:26 UTC 2011


tags 649484 pending
thanks

Author: spamaps-guest
Date: 2011-11-22 00:24:25 +0000 (Tue, 22 Nov 2011)
New Revision: 2038

Modified:
   mysql-5.5/branches/experimental/debian/changelog
   mysql-5.5/branches/experimental/debian/rules
Log:
d/rules: Enabling ARCHIVE, BLACKHOLE, and FEDERATED engines.
(Closes: #649484)

Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog	2011-11-18 22:40:28 UTC (rev 2037)
+++ mysql-5.5/branches/experimental/debian/changelog	2011-11-22 00:24:25 UTC (rev 2038)
@@ -1,9 +1,14 @@
 mysql-5.5 (5.5.17-5) UNRELEASED; urgency=low
 
+  [ Guillaume Plessis ]
+  * d/rules: Enabling ARCHIVE, BLACKHOLE, and FEDERATED engines.
+    (Closes: #649484)
+
+  [Clint Byrum ]
   * d/copyright: rearranging to have standalone license paragraphs
     silencing lintian complaints about missing paragraphs.
 
- -- Clint Byrum <clint at ubuntu.com>  Fri, 18 Nov 2011 14:39:55 -0800
+ -- Clint Byrum <clint at ubuntu.com>  Mon, 21 Nov 2011 16:23:28 -0800
 
 mysql-5.5 (5.5.17-4) experimental; urgency=low
 

Modified: mysql-5.5/branches/experimental/debian/rules
===================================================================
--- mysql-5.5/branches/experimental/debian/rules	2011-11-18 22:40:28 UTC (rev 2037)
+++ mysql-5.5/branches/experimental/debian/rules	2011-11-22 00:24:25 UTC (rev 2038)
@@ -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!




More information about the Pkg-mysql-commits mailing list