Skip to content

Commit

Permalink
Merge pull request #35 from xiaoleizi2016/issue_34
Browse files Browse the repository at this point in the history
WIP:drop useless code of bt
  • Loading branch information
wgs13579 authored Jan 13, 2023
2 parents ff0d644 + 994dac4 commit 0706902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/obproxy/dbconfig/ob_proxy_db_config_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ int ObDbConfigProcessor::sync_fetch_tenant_config(const google::protobuf::Messag

int ObDbConfigProcessor::handle_bt_sdk()
{
int ret = OB_SUCCESS;
ret = OB_ERR_UNEXPECTED;
int ret = OB_ERR_UNEXPECTED;
LOG_ERROR("not support beyond trust password", K(ret));
return ret;
}
Expand Down

0 comments on commit 0706902

Please sign in to comment.