Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: drop useless code of bt #34

Open
2 tasks done
xiaoleizi2016 opened this issue Dec 15, 2022 · 0 comments
Open
2 tasks done

[Bug]: drop useless code of bt #34

xiaoleizi2016 opened this issue Dec 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@xiaoleizi2016
Copy link
Contributor

Check Before Asking

  • Please check the issue list and confirm this bug is encountered for the first time.
  • 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

@xiaoleizi2016 xiaoleizi2016 added the bug Something isn't working label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant