Skip to content

Commit 0c79ae9

Browse files
committed
Fix clang -Winconsistent-missing-override
1 parent 5300c0f commit 0c79ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3512,7 +3512,7 @@ class Item_field :public Item_ident,
35123512
{
35133513
return Sql_mode_dependency(0, field->value_depends_on_sql_mode());
35143514
}
3515-
bool hash_not_null(Hasher *hasher)
3515+
bool hash_not_null(Hasher *hasher) override
35163516
{
35173517
if (field->is_null())
35183518
return true;

0 commit comments

Comments
 (0)