Commit c11e2694 authored by Igor Babaev's avatar Igor Babaev

Fixed a typo in the patch for mdev-15777

parent 61bbf399
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment