1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Added build option WITH_REMOTEIO (default=off)

This commit is contained in:
Georg Richter
2015-09-19 13:02:30 +02:00
parent 5b3396503e
commit 0bc7dc5e3c
8 changed files with 52 additions and 21 deletions

View File

@@ -3871,7 +3871,6 @@ static int test_conc_5(MYSQL *mysql)
static int test_conc141(MYSQL *mysql)
{
int rc;
MYSQL_RES *res;
char *query= "CALL p_conc141";
MYSQL_STMT *stmt= mysql_stmt_init(mysql);