Blob Blame History Raw
--- 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
 }