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
Fix for CONC-60: crash when STMT_ATTR_UPDATE_MAX_LENGTH attribute was set and new date formats are used.
Special thanks to Lionel Elie Mamane and Daniel Bart for their tremendous help.
This commit is contained in:
@@ -2914,6 +2914,7 @@ static int test_bug6096(MYSQL *mysql)
|
||||
}
|
||||
mysql_stmt_bind_result(stmt, my_bind);
|
||||
rc= mysql_stmt_fetch(stmt);
|
||||
diag("rc=%d", rc);
|
||||
check_stmt_rc(rc, stmt);
|
||||
rc= mysql_stmt_fetch(stmt);
|
||||
FAIL_UNLESS(rc == MYSQL_NO_DATA, "rc != MYSQL_NO_DATA");
|
||||
|
Reference in New Issue
Block a user