ports/databases/mysql-connector-odbc-80/files/patch-driver_dll.cc
Muhammad Moinur Rahman 4ca987b79b databases/mysql-connector-odbc-80: New port
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL
databases. This is specific to mysql version 8.0.X branch.
2023-02-02 17:45:42 -06:00

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();