bacula/bacula-5.0.3-mysql55.patch
2011-01-06 11:32:03 -06:00

12 lines
243 B
Diff

--- src/cats/mysql.c~ 2010-08-05 09:29:51.000000000 -0500
+++ src/cats/mysql.c 2011-01-06 11:28:59.907306001 -0600
@@ -292,7 +292,7 @@
void db_thread_cleanup()
{
#ifndef HAVE_WIN32
- my_thread_end();
+ mysql_thread_end();
#endif
}