Fixed a typo in the patch for mdev-15777
This commit is contained in:
parent
61bbf39915
commit
c11e26946f
@ -2096,7 +2096,7 @@ bool Item_func_between::find_not_null_fields(table_map allowed)
|
||||
return false;
|
||||
return args[0]->find_not_null_fields(allowed) ||
|
||||
args[1]->find_not_null_fields(allowed) ||
|
||||
args[3]->find_not_null_fields(allowed);
|
||||
args[2]->find_not_null_fields(allowed);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user