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

Merge branch '3.3' into 3.4

This commit is contained in:
Georg Richter
2024-11-27 16:17:12 +01:00
7 changed files with 141 additions and 43 deletions

View File

@@ -2543,6 +2543,8 @@ int STDCALL mysql_stmt_next_result(MYSQL_STMT *stmt)
stmt->upsert_status.server_status= stmt->mysql->server_status;
ma_status_callback(stmt->mysql, last_status);
stmt->upsert_status.warning_count= stmt->mysql->warning_count;
if (!mysql_stmt_more_results(stmt))
stmt->state= MYSQL_STMT_FETCH_DONE;
}
stmt->field_count= stmt->mysql->field_count;