Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 12:31:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214566] databases/mysql57-server: After version 5.7.12_1 cannot keep up with replication
Message-ID:  <bug-214566-13-lHDjaXP3ui@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214566-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214566-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214566

--- Comment #7 from pete@twisted.org.uk ---
I narrowed this down to svn version 415407 which does not work.

The only chnages it makes are to the mode of the installed my.cnf files. I =
have
included the diff below.

Utterly mad though this seems, if I chmod /usr/local/etc/mysql/my.cnf then
replication works fine again! I am not even using that file - my config liv=
es
in /var/db/mysql/my.cnf!

This makes absolutely no sense to me, but it is perfectly reproducible acro=
ss
many machines. Hopefully this will enable you to fix it, but I am completel=
y at
a loss as to how this has anything to do with replication!




Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 415405)
+++ Makefile    (working copy)
@@ -3,6 +3,7 @@

 PORTNAME?=3D     mysql
 PORTVERSION=3D   5.7.12
+PORTREVISION?=3D 1
 CATEGORIES=3D    databases ipv6
 MASTER_SITES=3D  MYSQL/MySQL-5.7
 PKGNAMESUFFIX?=3D        57-server
Index: pkg-plist
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- pkg-plist   (revision 415405)
+++ pkg-plist   (working copy)
@@ -153,7 +153,7 @@
 %%DATADIR%%/swedish/errmsg.sys
 %%DATADIR%%/ukrainian/errmsg.sys
 %%DATADIR%%/uninstall_rewriter.sql
-@sample(root,wheel,0640) %%ETCDIR%%/my.cnf.sample
+@sample(root,wheel,0644) %%ETCDIR%%/my.cnf.sample
 @dir(mysql,mysql,0750) %%ETCDIR%%/keyring
 @dir(mysql,mysql,0750) %%MY_SECDIR%%
 @dir(mysql,mysql,0750) %%MY_TMPDIR%%

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214566-13-lHDjaXP3ui>