Skip to content

Commit e315bb7

Browse files
author
Alexander Barkov
committed
Addressing Sanja's comments about for the MDEV-11485 patch
1 parent fd4e986 commit e315bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/sql_type.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,15 @@ Type_handler_hybrid_field_type::Type_handler_hybrid_field_type()
123123
}
124124

125125

126-
/*
126+
/**
127127
Collect built-in data type handlers for comparison.
128128
This method is very similar to item_cmp_type() defined in item.cc.
129129
Now they coexist. Later item_cmp_type() will be removed.
130130
In addition to item_cmp_type(), this method correctly aggregates
131131
TIME with DATETIME/TIMESTAMP/DATE, so no additional find_date_time_item()
132132
is needed after this call.
133133
*/
134+
134135
void
135136
Type_handler_hybrid_field_type::aggregate_for_comparison(const Type_handler *h)
136137
{

0 commit comments

Comments
 (0)