Skip to content

Commit

Permalink
modified: src/obproxy/proxy/mysql/ob_mysql_transact.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TyphoonTai committed Jun 30, 2023
1 parent b990a43 commit 348ab14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/obproxy/proxy/mysql/ob_mysql_transact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6154,9 +6154,9 @@ int ObMysqlTransact::ObTransState::get_config_item(const ObString& cluster_name,
}
}
}
bool is_request_follower = true;
bool is_request_follower = false;
if (is_weak_read_user){
is_request_follower = (RequestFollower == 1);
is_request_follower = true;
} else{
ObConfigIntItem int_item;
if (OB_FAIL(get_global_config_processor().get_proxy_config_int_item(
Expand Down

0 comments on commit 348ab14

Please sign in to comment.