1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-20278 PERCENTILE_DISC() returns a wrong data type

This commit is contained in:
Alexander Barkov
2019-08-07 21:01:22 +04:00
parent e978efd96b
commit d70dac2079
5 changed files with 256 additions and 115 deletions

View File

@ -3506,10 +3506,6 @@ public:
{
return (m_type_handler= Type_handler::get_handler_by_result_type(type));
}
const Type_handler *set_handler_by_cmp_type(Item_result type)
{
return (m_type_handler= Type_handler::get_handler_by_cmp_type(type));
}
const Type_handler *set_handler_by_result_type(Item_result type,
uint max_octet_length,
CHARSET_INFO *cs)