summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2013-01-22 16:48:39 +0100
committerAndrey Hristov <andrey@php.net>2013-01-22 16:48:39 +0100
commit95346c017c55e44a3e3d19945902a0275d3fafe4 (patch)
tree63b25fb9e288955dfebc5c50250af077fdf0dfdc /ext/mysqlnd/mysqlnd_structs.h
parente6bde1f8f6d8b5d32e608926dd2af2e0f82a5de5 (diff)
downloadphp-git-95346c017c55e44a3e3d19945902a0275d3fafe4.tar.gz
fix valgrind warning
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index ecb1d89216..b88004a9f1 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -195,7 +195,7 @@ typedef struct st_mysqlnd_net_options
unsigned int timeout_read;
unsigned int timeout_write;
- unsigned int net_read_buffer_size;
+ size_t net_read_buffer_size;
/* SSL information */
char *ssl_key;