diff options
Diffstat (limited to 'unmaintained/poweradmin/0020-fix-for-mysql55.patch')
-rw-r--r-- | unmaintained/poweradmin/0020-fix-for-mysql55.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/unmaintained/poweradmin/0020-fix-for-mysql55.patch b/unmaintained/poweradmin/0020-fix-for-mysql55.patch deleted file mode 100644 index dbf59973c5..0000000000 --- a/unmaintained/poweradmin/0020-fix-for-mysql55.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./docs/powerdns-mysql-db-structure.sql.orig -+++ ./docs/powerdns-mysql-db-structure.sql -@@ -7,7 +7,7 @@ - notified_serial INT DEFAULT NULL, - account VARCHAR(40) DEFAULT NULL, - primary key (id) --)type=InnoDB; -+) Engine=InnoDB; - - CREATE UNIQUE INDEX name_index ON domains(name); - -@@ -21,7 +21,7 @@ - prio INT DEFAULT NULL, - change_date INT DEFAULT NULL, - primary key(id) --)type=InnoDB; -+) Engine=InnoDB; - - CREATE INDEX rec_name_index ON records(name); - CREATE INDEX nametype_index ON records(name,type); |