Skip to content

Commit

Permalink
Merge branch 'v2.0.8-max_allowed_packet' into v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Oct 9, 2019
2 parents 08181d6 + 71f167e commit 635df89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MySQL_Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ MySQL_Threads_Handler::MySQL_Threads_Handler() {
variables.monitor_replication_lag_use_percona_heartbeat=strdup((char *)"");
variables.monitor_wait_timeout=true;
variables.monitor_writer_is_also_reader=true;
variables.max_allowed_packet=4*1024*1024;
variables.max_allowed_packet=64*1024*1024;
variables.use_tcp_keepalive=false;
variables.tcp_keepalive_time=0;
variables.throttle_connections_per_sec_to_hostgroup=1000000;
Expand Down

0 comments on commit 635df89

Please sign in to comment.