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
More build fixes
Added new option for position independent code: WITH_PIC=ON/OFF
This commit is contained in:
@@ -135,7 +135,7 @@ DWORD WINAPI thread_conc27(void)
|
||||
check_mysql_rc(rc, mysql);
|
||||
pthread_mutex_unlock(&LOCK_test);
|
||||
check_mysql_rc(rc, mysql);
|
||||
if (res= mysql_store_result(mysql))
|
||||
if ((res= mysql_store_result(mysql)))
|
||||
mysql_free_result(res);
|
||||
mysql_close(mysql);
|
||||
end:
|
||||
|
Reference in New Issue
Block a user