blob: 910ea0230263d472a0cfe73843f946e27863ffa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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
}
|