This commit is contained in:
Nikita Popov 2020-12-08 11:30:54 +01:00
parent a83cc03c13
commit bd093ad861
3 changed files with 70 additions and 0 deletions

View file

@ -357,6 +357,7 @@ static int pdo_mysql_stmt_next_rowset(pdo_stmt_t *stmt) /* {{{ */
PDO_DBG_RETURN(0);
}
if (mysqlnd_stmt_next_result(S->stmt)) {
pdo_mysql_error_stmt(stmt);
PDO_DBG_RETURN(0);
}