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
Merge branch '3.1' into 3.2
This commit is contained in:
@@ -2005,7 +2005,8 @@ int mthd_stmt_read_execute_response(MYSQL_STMT *stmt)
|
||||
/* Only cursor read */
|
||||
stmt->default_rset_handler = _mysql_stmt_use_result;
|
||||
|
||||
} else if (stmt->flags & CURSOR_TYPE_READ_ONLY)
|
||||
} else if (stmt->flags & CURSOR_TYPE_READ_ONLY &&
|
||||
!(stmt->upsert_status.server_status & SERVER_MORE_RESULTS_EXIST))
|
||||
{
|
||||
/*
|
||||
We have asked for CURSOR but got no cursor, because the condition
|
||||
|
Reference in New Issue
Block a user