diff options
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index 857f5b99a90..1da038c9c7f 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -35,6 +35,7 @@ typedef struct st_net { my_bool thread_specific_malloc; unsigned char compress; my_bool unused3; + unsigned long real_network_read_len; void *thd; unsigned int last_errno; unsigned char error; |