From 95346c017c55e44a3e3d19945902a0275d3fafe4 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 22 Jan 2013 16:48:39 +0100 Subject: [PATCH] fix valgrind warning --- ext/mysqlnd/mysqlnd_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1