{
unsigned int warning_count;
unsigned int server_status;
- unsigned long long affected_rows;
- unsigned long long last_insert_id;
+ mynd_ulonglong affected_rows;
+ mynd_ulonglong last_insert_id;
} mysqlnd_upsert_status;
char *passwd;
unsigned int *passwd_len;
char *scheme;
- unsigned long long thread_id;
+ mynd_ulonglong thread_id;
char *server_version;
char *host_info;
unsigned char *scramble;
*/
mysqlnd_2b warning_count;
mysqlnd_2b server_status;
- unsigned long long affected_rows;
- unsigned long long last_insert_id;
+ mynd_ulonglong affected_rows;
+ mynd_ulonglong last_insert_id;
/* This is for both LOAD DATA or info, when no result set */
char *info_or_local_file;
size_t info_or_local_file_len;