We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4e986 commit e315bb7Copy full SHA for e315bb7
sql/sql_type.cc
@@ -123,14 +123,15 @@ Type_handler_hybrid_field_type::Type_handler_hybrid_field_type()
123
}
124
125
126
-/*
+/**
127
Collect built-in data type handlers for comparison.
128
This method is very similar to item_cmp_type() defined in item.cc.
129
Now they coexist. Later item_cmp_type() will be removed.
130
In addition to item_cmp_type(), this method correctly aggregates
131
TIME with DATETIME/TIMESTAMP/DATE, so no additional find_date_time_item()
132
is needed after this call.
133
*/
134
+
135
void
136
Type_handler_hybrid_field_type::aggregate_for_comparison(const Type_handler *h)
137
{
0 commit comments