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
C preprocessor defines fix
This commit is contained in:
@@ -1123,7 +1123,7 @@ static int test_bug11909(MYSQL *mysql)
|
||||
check_stmt_rc(rc, stmt2);
|
||||
|
||||
rc= mysql_stmt_fetch(stmt2);
|
||||
FAIL_UNLESS(rc == 0, "rc != 0")
|
||||
FAIL_UNLESS(rc == 0, "rc != 0");
|
||||
|
||||
FAIL_UNLESS(empno == 10, "empno != 10");
|
||||
FAIL_UNLESS(strcmp(firstname, "CHRISTINE""") == 0, "firstname != 'Christine'");
|
||||
|
Reference in New Issue
Block a user