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:
committed by
Kristian Nielsen
parent
8eb0f5ca1a
commit
43789901c7
@@ -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;
|
||||
|
Reference in New Issue
Block a user