Skip to content

Commit d24a51e

Browse files
Merge branch 'mysql-5.6' into mysql-5.7
2 parents 68484ee + a6435de commit d24a51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/connection_control/connection_delay.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ namespace connection_control
849849
char buff[1024];
850850
String *res;
851851
String filter(buff, sizeof(buff), system_charset_info);
852-
if (eq_func->arguments()[2] != NULL &&
852+
if (eq_func->arguments()[1] != NULL &&
853853
(res= eq_func->arguments()[1]->val_str(&filter)))
854854
{
855855
eq_arg->append(res->c_ptr_safe(), res->length());

0 commit comments

Comments
 (0)