From: Oliver Falk Date: Mon, 12 Dec 2011 08:23:34 +0000 (+0100) Subject: Fix Mysql 5.5.18 symbol lookup X-Git-Tag: Release-5.2.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a812cb40bd9d8175bd799b2668353d5a73db5b;p=thirdparty%2Fbacula.git Fix Mysql 5.5.18 symbol lookup --- diff --git a/bacula/src/cats/mysql.c b/bacula/src/cats/mysql.c index ad81f1b56..8eec326d3 100644 --- a/bacula/src/cats/mysql.c +++ b/bacula/src/cats/mysql.c @@ -296,7 +296,7 @@ void B_DB_MYSQL::db_close_database(JCR *jcr) void B_DB_MYSQL::db_thread_cleanup(void) { #ifndef HAVE_WIN32 - my_thread_end(); + mysql_thread_end(); #endif }