mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Addressing Sanja's comments about for the MDEV-11485 patch
This commit is contained in:
parent
cfda0a71a7
commit
8b930b8f68
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,7 @@ 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.
|
||||
|
@ -131,6 +131,7 @@ Type_handler_hybrid_field_type::Type_handler_hybrid_field_type()
|
|||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue