Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2023 20:15:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274134] devel/apr1: Broken with MySQL > 8.0.2 < 10.0.0
Message-ID:  <bug-274134-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 274134
           Summary: devel/apr1: Broken with MySQL > 8.0.2 < 10.0.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: apache@FreeBSD.org
          Reporter: nick@foobar.org
             Flags: maintainer-feedback?(apache@FreeBSD.org)
          Assignee: apache@FreeBSD.org

Created attachment 245297
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D245297&action=
=3Dedit
patch to remove my_init() call for mysql > 8.0.2

my_init() was removed from mysql 8.0.2, but dbd/apr_dbd_mysql.c calls my_in=
it()
if MYSQL_VERSION_ID < 100000. This patch fixes this problem, allowing Apache
mod_authn_dbd.so to work properly on mysql >=3D 8.0.2.

There is an open bug upstream, but it has not been patched yet.

Reference: https://bz.apache.org/bugzilla/show_bug.cgi?id=3D62631

--=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-274134-7788>