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

Fixed compilation errors introduced by 629ec646303..

This commit is contained in:
Georg Richter
2016-10-18 10:53:31 +02:00
parent 532ad45c62
commit 468cda3cfb
3 changed files with 7 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ static int bulk2(MYSQL *mysql)
rc= mysql_stmt_attr_set(stmt, STMT_ATTR_ARRAY_SIZE, &array_size);
check_stmt_rc(rc, stmt);
rc= mysql_stmt_bind_param(stmt, &bind);
rc= mysql_stmt_bind_param(stmt, bind);
check_stmt_rc(rc, stmt);
rc= mysql_stmt_execute(stmt);