]> granicus.if.org Git - php/commitdiff
fix valgrind warning
authorAndrey Hristov <andrey@php.net>
Tue, 22 Jan 2013 15:48:39 +0000 (16:48 +0100)
committerAndrey Hristov <andrey@php.net>
Tue, 22 Jan 2013 15:48:39 +0000 (16:48 +0100)
ext/mysqlnd/mysqlnd_structs.h

index ecb1d892169656104f5b09c7c9db9f2046d1ad94..b88004a9f11bc69abcc7d9ddb22a0795b9ad057f 100644 (file)
@@ -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;