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
initial implementation for MDEV-12471
This commit is contained in:
@@ -832,7 +832,6 @@ static int test_prepare_alter(MYSQL *mysql)
|
||||
rc= mysql_stmt_execute(stmt);
|
||||
check_stmt_rc(rc, stmt);
|
||||
|
||||
|
||||
mysql_new= mysql_init(NULL);
|
||||
FAIL_IF(!mysql_new, "mysql_init failed");
|
||||
FAIL_IF(!(my_test_connect(mysql_new, hostname, username, password,
|
||||
|
Reference in New Issue
Block a user