1
0
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:
Alexander Barkov
2022-07-08 15:29:23 +04:00
parent a5f78505d7
commit 380874549c
12 changed files with 171 additions and 53 deletions

View File

@ -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;
}