[Bug 214566] databases/mysql57-server: After version 5.7.12_1 cannot keep up with replication
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 20 12:31:05 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214566
--- Comment #7 from pete at 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 lives
in /var/db/mysql/my.cnf!
This makes absolutely no sense to me, but it is perfectly reproducible across
many machines. Hopefully this will enable you to fix it, but I am completely at
a loss as to how this has anything to do with replication!
Index: Makefile
===================================================================
--- Makefile (revision 415405)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 5.7.12
+PORTREVISION?= 1
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.7
PKGNAMESUFFIX?= 57-server
Index: pkg-plist
===================================================================
--- pkg-plist (revision 415405)
+++ pkg-plist (working copy)
@@ -153,7 +153,7 @@
%%DATADIR%%/swedish/errmsg.sys
%%DATADIR%%/ukrainian/errmsg.sys
%%DATADIR%%/uninstall_rewriter.sql
- at sample(root,wheel,0640) %%ETCDIR%%/my.cnf.sample
+ at 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%%
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list