[Bug 266511] databases/mysql80-server: Update deprecated configs

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 20 Sep 2022 07:53:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266511

            Bug ID: 266511
           Summary: databases/mysql80-server: Update deprecated configs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: mfburdett@gmail.com
          Assignee: joneum@FreeBSD.org
             Flags: maintainer-feedback?(joneum@FreeBSD.org)

Created attachment 236695
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236695&action=edit
Update deprecated configs in my.cnf.sample

Some configs in my.cnf.sample are now deprecated. These should be replaced with
their replacement, or removed if there is no replacement.

- Replace deprecated slave-load-tmpdir with replica-load-tmpdir
- Remove deprecated master-info-repository (it was set to the default)
- Remove deprecated relay-log-info-repository (it was set to the default)
- Replace deprecated expire_logs_days with binlog_expire_logs_seconds (multiply
30 days by 24 * 60 * 60)
- Replace deprecated innodb_log_file_size with innodb_redo_log_capacity
(preserving the same configured capacity, which was set to 256M * 2 log files)
- Remove deprecated skip-symbolic-links (it is the default)

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