Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2024 17:46:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 282179] apr-1.7.5.1.6.3
Message-ID:  <bug-282179-7788-Hj5UNAGnm8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282179-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282179-7788@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=3D282179

--- Comment #1 from Erik Svensson <erik@wsr.se> ---
in patch--PR59332 add this to the file and it works

@@ -1267,7 +1262,7 @@

 static void dbd_mysql_init(apr_pool_t *pool)
 {
-#if MYSQL_VERSION_ID < 100000
+#if MYSQL_VERSION_ID < 80002
     my_init();
 #endif
     mysql_thread_init();

--=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-282179-7788-Hj5UNAGnm8>