1
0
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:
Georg Richter
2014-12-23 13:05:13 +01:00
parent 883cddb0a2
commit 5c8ea9c9c1
3 changed files with 13 additions and 9 deletions

View File

@@ -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: