Skip to content
  • Sreeharsha Ramanavarapu's avatar
    6e107c85
    Bug #27422376: NEWDATE TYPE IS LEAKING OUT · 6e107c85
    Sreeharsha Ramanavarapu authored
    Issue:
    ------
    UNION ALL exposes the internal datatype NEWDATE. This
    shouldn't happen.
    
    Solution:
    ---------
    In Item_type_holder::join_types convert such internal types
    to a valid datatype.
    
    This was fixed in trunk by Roy's refactoring: Bug#25221172.
    Since this is a very big change, a complete backport isn't
    possible.
    6e107c85
    Bug #27422376: NEWDATE TYPE IS LEAKING OUT
    Sreeharsha Ramanavarapu authored
    Issue:
    ------
    UNION ALL exposes the internal datatype NEWDATE. This
    shouldn't happen.
    
    Solution:
    ---------
    In Item_type_holder::join_types convert such internal types
    to a valid datatype.
    
    This was fixed in trunk by Roy's refactoring: Bug#25221172.
    Since this is a very big change, a complete backport isn't
    possible.
Loading