Commit 0c79ae94 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix clang -Winconsistent-missing-override

parent 5300c0fb
......@@ -3512,7 +3512,7 @@ class Item_field :public Item_ident,
{
return Sql_mode_dependency(0, field->value_depends_on_sql_mode());
}
bool hash_not_null(Hasher *hasher)
bool hash_not_null(Hasher *hasher) override
{
if (field->is_null())
return true;
......
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