mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-29062 Wrong result set metadata for a mix of INT+ENUM
This commit is contained in:
@ -1746,7 +1746,7 @@ Type_handler_time_common::type_handler_for_native_format() const
|
||||
|
||||
const Type_handler *Type_handler_typelib::type_handler_for_item_field() const
|
||||
{
|
||||
return &type_handler_string;
|
||||
return &type_handler_varchar;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user