You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/apr-util/files/apr-util-1.6.1-drop-my_init...

16 lines
355 B

Was finally removed in >=mysql-8.0.2
--- a/dbd/apr_dbd_mysql.c
+++ b/dbd/apr_dbd_mysql.c
@@ -1262,9 +1262,6 @@ static apr_status_t thread_end(void *data)
static void dbd_mysql_init(apr_pool_t *pool)
{
-#if MYSQL_VERSION_ID < 100000
- my_init();
-#endif
mysql_thread_init();
/* FIXME: this is a guess; find out what it really does */