obproxy
obproxy copied to clipboard
[Bug]: drop useless code of bt
Check Before Asking
- [X] Please check the issue list and confirm this bug is encountered for the first time.
- [X] Please try full text in English and attach precise description.
Environment
No response
Fast Reproduce Steps
in the method "int ObDbConfigProcessor::handle_bt_sdk() "
int ret = OB_SUCCESS; ret = OB_ERR_UNEXPECTED; LOG_ERROR("not support beyond trust password", K(ret)); return ret;
Actual Behavior
"ret = OB_SUCCESS" is useless
Expected Behavior
No response
Other Information
No response