Skip to content

Commit

Permalink
Change default query_digests_groups_grouping_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Sep 1, 2023
1 parent 6b84b42 commit 97b4984
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 @@ -1219,7 +1219,7 @@ MySQL_Threads_Handler::MySQL_Threads_Handler() {
variables.session_debug=true;
#endif /*debug */
variables.query_digests_grouping_limit = 3;
variables.query_digests_groups_grouping_limit= 0;
variables.query_digests_groups_grouping_limit= 10; // changed in 2.6.0 , was 0
variables.enable_client_deprecate_eof=true;
variables.enable_server_deprecate_eof=true;
variables.enable_load_data_local_infile=false;
Expand Down

0 comments on commit 97b4984

Please sign in to comment.