1
0
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:
Oleksandr Byelkin
2021-01-27 13:13:31 +01:00
parent 0b46f1ae42
commit b503e52288
7 changed files with 35 additions and 33 deletions

View File

@@ -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);