[Pkg-mysql-commits] r1749 - mysql-dfsg-5.1/branches/unstable/debian

Norbert Tretkowski nobse at alioth.debian.org
Mon Sep 14 09:06:59 UTC 2009


Author: nobse
Date: 2009-09-14 09:06:58 +0000 (Mon, 14 Sep 2009)
New Revision: 1749

Modified:
   mysql-dfsg-5.1/branches/unstable/debian/changelog
   mysql-dfsg-5.1/branches/unstable/debian/rules
Log:
Don't drop --without-ndbcluster, the testsuite doesn't like it.

Modified: mysql-dfsg-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-09-13 22:55:24 UTC (rev 1748)
+++ mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-09-14 09:06:58 UTC (rev 1749)
@@ -7,7 +7,6 @@
   * Update debconf translations:
     - Japanese, from Hideki Yamane. (closes: #545329)
     - Swedish, from Martin Bagge. (closes: #545731)
-  * Drop --without-ndbcluster from configure call.
   * Fix some options in my.cnf about log_file have their named changed, patch
     from Mathias Gug. (closes: #545761)
   * Do not upgrade if there is an ndb management node configured, patch from

Modified: mysql-dfsg-5.1/branches/unstable/debian/rules
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/rules	2009-09-13 22:55:24 UTC (rev 1748)
+++ mysql-dfsg-5.1/branches/unstable/debian/rules	2009-09-14 09:06:58 UTC (rev 1749)
@@ -109,6 +109,8 @@
 		--with-extra-charsets=all \
 		--with-plugins=max \
 		\
+		--without-ndbcluster \
+		\
 		--with-embedded-server \
 		--with-embedded-privilege-control'
 		




More information about the Pkg-mysql-commits mailing list