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
removed definition of SQLSTATE_UNKNOWN (10.2 integration)
This commit is contained in:
@@ -198,7 +198,6 @@ static int bulk3(MYSQL *mysql)
|
||||
MYSQL_STMT *stmt= mysql_stmt_init(mysql);
|
||||
size_t row_size= sizeof(struct st_bulk3);
|
||||
int array_size= 3;
|
||||
int i;
|
||||
|
||||
if (!bulk_enabled)
|
||||
return SKIP;
|
||||
|
Reference in New Issue
Block a user