SHA256
1
0
forked from pool/postfix

Accepting request 238441 from home:vicidial:sandbox

the included postfix-mysql tarball had a MySQL 4.1 schema in it. Update it for modern MySQL/MariaDB

OBS-URL: https://build.opensuse.org/request/show/238441
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=191
This commit is contained in:
Christian Wittmer
2014-06-23 23:18:05 +00:00
committed by Git OBS Bridge
parent 2a17cf0ca8
commit 13da999654
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 23 21:41:23 UTC 2014 - jamesp@vicidial.com
- The included postfix-mysql.tar.bz2 was using a MySQL 4.1 style of
table engine specification. Modified so that the sql uses
'ENGINE=' instead of 'TYPE=' for creating tables.
-------------------------------------------------------------------
Mon Jun 23 15:17:52 UTC 2014 - varkoly@suse.com