Skip to content
  • Mattias Jonsson's avatar
    63182db3
    Bug#11894100: EXCHANGE PARTITION CAN'T BE EXECUTED · 63182db3
    Mattias Jonsson authored
    IF ROW_FORMAT WAS SET EXPLICITLY
    
    There was a check for explicitly set ROW_FORMAT when
    comparing tables.
    
    Fix was to compare the real used row_type and set the
    create_info.row_type to the same as the explicitely set
    ROW_FORMAT if both tables used the same row formats.
    63182db3
    Bug#11894100: EXCHANGE PARTITION CAN'T BE EXECUTED
    Mattias Jonsson authored
    IF ROW_FORMAT WAS SET EXPLICITLY
    
    There was a check for explicitly set ROW_FORMAT when
    comparing tables.
    
    Fix was to compare the real used row_type and set the
    create_info.row_type to the same as the explicitely set
    ROW_FORMAT if both tables used the same row formats.
Loading