1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Merge pull request #153 from Antchel/3.1

test fixes
This commit is contained in:
Georg Richter
2022-01-23 21:08:32 +01:00
committed by GitHub
7 changed files with 16 additions and 23 deletions

View File

@@ -291,7 +291,7 @@ static int test_frm_bug(MYSQL *mysql)
rc= 0;
while (mysql_fetch_row(result))
rc++;
FAIL_UNLESS(rc == 1, "rowcount != 0");
FAIL_UNLESS(rc == 1, "rowcount != 1");
mysql_data_seek(result, 0);