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.
1 parent 06448ce commit a6435deCopy full SHA for a6435de
plugin/connection_control/connection_delay.cc
@@ -839,7 +839,7 @@ namespace connection_control
839
char buff[1024];
840
String *res;
841
String filter(buff, sizeof(buff), system_charset_info);
842
- if (eq_func->arguments()[2] != NULL &&
+ if (eq_func->arguments()[1] != NULL &&
843
(res= eq_func->arguments()[1]->val_str(&filter)))
844
{
845
eq_arg->append(res->c_ptr_safe(), res->length());
0 commit comments