You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-05 15:55:58 +03:00
fix problems found by 10.0
This commit is contained in:
@@ -175,7 +175,7 @@ static int test_cuted_rows(MYSQL *mysql)
|
||||
if (!is_mariadb)
|
||||
return SKIP;
|
||||
|
||||
mysql_query(mysql, "DROP TABLE if exists t1");
|
||||
rc= mysql_query(mysql, "DROP TABLE if exists t1");
|
||||
check_mysql_rc(rc, mysql);
|
||||
mysql_query(mysql, "DROP TABLE if exists t2");
|
||||
check_mysql_rc(rc, mysql);
|
||||
|
Reference in New Issue
Block a user