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
Merg 3.1 into 3.3
This commit is contained in:
@@ -5159,7 +5159,7 @@ static int test_maxparam(MYSQL *mysql)
|
||||
MYSQL_STMT *stmt= mysql_stmt_init(mysql);
|
||||
MYSQL_BIND* bind;
|
||||
|
||||
bind = calloc(sizeof(MYSQL_BIND), 65535);
|
||||
bind = calloc(65535, sizeof *bind);
|
||||
|
||||
rc= mysql_query(mysql, "DROP TABLE IF EXISTS t1");
|
||||
check_mysql_rc(rc, mysql);
|
||||
|
Reference in New Issue
Block a user