[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#773903: marked as done (unblock: pdns/3.4.1-4)



Your message dated Thu, 25 Dec 2014 22:01:31 +0100
with message-id <20141225210127.GB13994@ugent.be>
and subject line Re: Bug#773903: unblock: pdns/3.4.1-4
has caused the Debian Bug report #773903,
regarding unblock: pdns/3.4.1-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
773903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773903
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release Team,

a database schema upgrade bug has been found in pdns-backend-mysql.
I've fixed the schema SQL file, please unblock pdns 3.4.1-4.
Bug #773345, severity serious, Debdiff below.

unblock pdns/3.4.1-4

Best,
Christian


diff -Nru pdns-3.4.1/debian/changelog pdns-3.4.1/debian/changelog
--- pdns-3.4.1/debian/changelog	2014-11-15 18:24:42.000000000 +0100
+++ pdns-3.4.1/debian/changelog	2014-12-23 12:29:56.000000000 +0100
@@ -1,3 +1,13 @@
+pdns (3.4.1-4) unstable; urgency=medium
+
+  * Remove DROP INDEX domainmetaidindex from MySQL schema upgrade files.
+    The Debian schema files since at least wheezy didn't have that index,
+    so we can't drop it. It'd be nicer if we could say DROP INDEX IF EXISTS,
+    but apparently there's no such thing in MySQL.
+    Thanks to Andreas Beckmann <anbe@debian.org> (Closes: #773345)
+
+ -- Christian Hofstaedtler <zeha@debian.org>  Tue, 23 Dec 2014 12:29:35 +0100
+
 pdns (3.4.1-3) unstable; urgency=medium
 
   * Fix PACKAGEVERSION not having the actual version.
diff -Nru pdns-3.4.1/debian/sql/mysql/3.4.0 pdns-3.4.1/debian/sql/mysql/3.4.0
--- pdns-3.4.1/debian/sql/mysql/3.4.0	2014-11-01 22:00:31.000000000 +0100
+++ pdns-3.4.1/debian/sql/mysql/3.4.0	2014-12-23 12:25:51.000000000 +0100
@@ -13,7 +13,6 @@
 ALTER TABLE cryptokeys ENGINE=InnoDB;
 ALTER TABLE tsigkeys ENGINE=InnoDB;
 
-DROP INDEX domainmetaidindex ON domainmetadata;
 CREATE INDEX domainmetadata_idx ON domainmetadata (domain_id, kind);
 
 CREATE TABLE comments (

--- End Message ---
--- Begin Message ---
Hi,

On Thu, Dec 25, 2014 at 12:01:06PM +0100, Christian Hofstaedtler wrote:
> unblock pdns/3.4.1-4

Unblocked yesterday.

Cheers,

Ivo

--- End Message ---

Reply to: