[Bug 274134] devel/apr1: Broken with MySQL > 8.0.2 < 10.0.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Sep 2023 20:15:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274134

            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=245297&action=edit
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_init()
if MYSQL_VERSION_ID < 100000. This patch fixes this problem, allowing Apache
mod_authn_dbd.so to work properly on mysql >= 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=62631

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