提交 348ab14a 编写于 作者: T TyphoonTai

modified: src/obproxy/proxy/mysql/ob_mysql_transact.cpp

上级 b990a438
......@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册