Skip to content

Commit

Permalink
Temporary reverse set_parser_algorithm to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Aug 31, 2023
1 parent b93df2e commit dc364eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/MySQL_Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,8 @@ MySQL_Threads_Handler::MySQL_Threads_Handler() {
variables.query_processor_iterations=0;
variables.query_processor_regex=1;
variables.set_query_lock_on_hostgroup=1;
variables.set_parser_algorithm=2; // before 2.6.0 this was 1
// FIXME: this must become 2 in 2.6.0
variables.set_parser_algorithm=1; // before 2.6.0 this was 1
variables.reset_connection_algorithm=2;
variables.auto_increment_delay_multiplex=5;
variables.auto_increment_delay_multiplex_timeout_ms=10000;
Expand Down

0 comments on commit dc364eb

Please sign in to comment.