1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Control the binlog read speed for compressed protocol

This commit is contained in:
vinchen
2016-09-19 17:23:23 +08:00
committed by Kristian Nielsen
parent 8eb0f5ca1a
commit 43789901c7
3 changed files with 71 additions and 63 deletions

View File

@@ -424,6 +424,7 @@ typedef struct st_net {
Pointer to query object in query cache, do not equal NULL (0) for
queries in cache that have not stored its results yet
*/
unsigned long real_network_read_len; // the my_real_read length for each package
#endif
void *thd; /* Used by MariaDB server to avoid calling current_thd */
unsigned int last_errno;