Skip to content

Commit

Permalink
Addressing Sanja's comments about for the MDEV-11485 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Barkov committed Dec 7, 2016
1 parent fd4e986 commit e315bb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/sql_type.cc
Expand Up @@ -123,14 +123,15 @@ Type_handler_hybrid_field_type::Type_handler_hybrid_field_type()
}


/*
/**
Collect built-in data type handlers for comparison.
This method is very similar to item_cmp_type() defined in item.cc.
Now they coexist. Later item_cmp_type() will be removed.
In addition to item_cmp_type(), this method correctly aggregates
TIME with DATETIME/TIMESTAMP/DATE, so no additional find_date_time_item()
is needed after this call.
*/

void
Type_handler_hybrid_field_type::aggregate_for_comparison(const Type_handler *h)
{
Expand Down

0 comments on commit e315bb7

Please sign in to comment.