We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68484ee + a6435de commit d24a51eCopy full SHA for d24a51e
plugin/connection_control/connection_delay.cc
@@ -849,7 +849,7 @@ namespace connection_control
849
char buff[1024];
850
String *res;
851
String filter(buff, sizeof(buff), system_charset_info);
852
- if (eq_func->arguments()[2] != NULL &&
+ if (eq_func->arguments()[1] != NULL &&
853
(res= eq_func->arguments()[1]->val_str(&filter)))
854
{
855
eq_arg->append(res->c_ptr_safe(), res->length());
0 commit comments