Update to 5.2.3

This commit is contained in:
Simone Caronni 2011-12-19 09:32:30 +01:00
parent 367ff02be7
commit 156195265a

View File

@ -1,12 +0,0 @@
diff -Naur bacula-5.2.2.old/src/cats/mysql.c bacula-5.2.2/src/cats/mysql.c
--- bacula-5.2.2.old/src/cats/mysql.c 2011-11-26 15:08:12.000000000 +0100
+++ bacula-5.2.2/src/cats/mysql.c 2011-12-10 22:32:47.763334236 +0100
@@ -296,7 +296,7 @@
void B_DB_MYSQL::db_thread_cleanup(void)
{
#ifndef HAVE_WIN32
- my_thread_end();
+ mysql_thread_end();
#endif
}