Package: libmyodbc Version: 5.1.6-1 I am experiencing a lot of these errors in one of my applications: Error in my_thread_global_end(): 49 threads didn't exit Error in my_thread_global_end(): 50 threads didn't exit Error in my_thread_global_end(): 51 threads didn't exit Error in my_thread_global_end(): 52 threads didn't exit Error in my_thread_global_end(): 53 threads didn't exit Error in my_thread_global_end(): 54 threads didn't exit Error in my_thread_global_end(): 55 threads didn't exit
This appears to be caused by MySQL bug #57727 http://bugs.mysql.com/bug.php?id=57727 "The Connector/ODBC driver did not call mysql_thread_end() when a thread ended, which caused error messages like: Error in my_thread_global_end(): 1 threads didn't exit." It was resolved in rev#999, and is fixed in 5.1.8, however the problem is still present in the older 5.1.6-1 in Squeeze. I understand it is unlikely that the Squeeze package can be updated to a newer version, but is it possible to backport this patch into 5.1.6?