summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2007-10-04 09:00:02 +0000
committerAndrey Hristov <andrey@php.net>2007-10-04 09:00:02 +0000
commit59b1ba561a6ed3322eee27162334fd7b81c0269b (patch)
treea16421af60eb2fdc24c526b6769afcb7d16f4029 /ext/mysqlnd/mysqlnd_wireprotocol.h
parenteb67969b73c0ad3e3cfef1ceaa434a55ae29a5aa (diff)
downloadphp-git-59b1ba561a6ed3322eee27162334fd7b81c0269b.tar.gz
Fix problems in Windows build
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index f48df1cba8..96da8d16a8 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -225,8 +225,8 @@ typedef struct st_php_mysql_packet_rset_header {
*/
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;