We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
문제점
static memcached_return_t do_coll_delete(memcached_st *ptr, const char *key, size_t key_length, memcached_coll_query_st *query, size_t count, bool drop_if_empty, memcached_coll_action_t verb) { ... /* Query header */ if (verb == LOP_DELETE_OP) { ... } else if (verb == SOP_DELETE_OP) { ... } else if (verb == MOP_DELETE_OP) { ... } else if (verb == BOP_DELETE_OP) { ... } }
수정방안
The text was updated successfully, but these errors were encountered:
No branches or pull requests
문제점
수정방안
The text was updated successfully, but these errors were encountered: