diff options
author | vinchen <vinchen13@gmail.com> | 2016-10-11 15:21:20 +0800 |
---|---|---|
committer | Kristian Nielsen <knielsen@knielsen-hq.org> | 2016-10-19 13:51:49 +0200 |
commit | ef77847ccf521b4b0c1c5b81cae83baff0f82b90 (patch) | |
tree | f2e879ee196a976c4759b20824624889ad8701db /include/mysql.h.pp | |
parent | 43789901c7887eefda1e965c9d7571dae89bd911 (diff) | |
download | mariadb-git-ef77847ccf521b4b0c1c5b81cae83baff0f82b90.tar.gz |
fix common test suite
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; |