mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL databases. This is specific to mysql version 8.0.X branch.
11 lines
349 B
C++
11 lines
349 B
C++
--- 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();
|