aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-odbc-80/files/patch-driver_dll.cc
blob: 59db345c06bbff6e87f366be1f82a19fb4a1bfbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- driver/dll.cc.orig	2022-12-10 21:58:26 UTC
+++ driver/dll.cc
@@ -145,7 +145,7 @@ void myodbc_end()
        This eliminates the delay when mysys_end() is called and other threads
        have been initialized but not ended.
     */
-    my_thread_end_wait_time= 0;
+    static uint my_thread_end_wait_time= 0;
 #endif
 
     mysql_library_end();