diff options
author | Andrey Hristov <andrey@php.net> | 2013-01-22 16:48:39 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2013-01-22 16:48:39 +0100 |
commit | 95346c017c55e44a3e3d19945902a0275d3fafe4 (patch) | |
tree | 63b25fb9e288955dfebc5c50250af077fdf0dfdc /ext/mysqlnd/mysqlnd_structs.h | |
parent | e6bde1f8f6d8b5d32e608926dd2af2e0f82a5de5 (diff) | |
download | php-git-95346c017c55e44a3e3d19945902a0275d3fafe4.tar.gz |
fix valgrind warning
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 2 |
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; |