You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fix for CONC-46:
cleanup of my_win_init(), removed setlocale and server specific stuff
This commit is contained in:
@@ -119,9 +119,9 @@ DWORD WINAPI thread_conc27(void)
|
||||
{
|
||||
MYSQL *mysql;
|
||||
int rc;
|
||||
MYSQL_RES *res;
|
||||
mysql_thread_init();
|
||||
mysql= mysql_init(NULL);
|
||||
MYSQL_RES *res;
|
||||
if(!mysql_real_connect(mysql, hostname, username, password, schema,
|
||||
port, socketname, 0))
|
||||
{
|
||||
|
Reference in New Issue
Block a user