From ab5afda7c4735af269edaebccc8a95153c146bb9 Mon Sep 17 00:00:00 2001 From: David Hall Date: Mon, 31 Oct 2016 14:06:10 -0500 Subject: [PATCH] MCOL-121 reverse the disabling client progress reports. --- dbcon/mysql/my.cnf | 2 -- 1 file changed, 2 deletions(-) diff --git a/dbcon/mysql/my.cnf b/dbcon/mysql/my.cnf index ba3c25ce9..3793e8baa 100644 --- a/dbcon/mysql/my.cnf +++ b/dbcon/mysql/my.cnf @@ -39,8 +39,6 @@ read_rnd_buffer_size = 16M myisam_sort_buffer_size = 64M thread_cache_size = 8 query_cache_size = 0 -# Disable client progress reports. More people are annoyed by it than not. -progress_report_time=0 # Try number of CPU's*2 for thread_concurrency #thread_concurrency = 8 thread_stack = 512K