[Bug 282179] apr-1.7.5.1.6.3
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282179] apr-1.7.5.1.6.3"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Oct 2024 17:46:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282179
--- 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();
-- 
You are receiving this mail because:
You are the assignee for the bug.