• Luis Soares's avatar
    BUG#49836: Replication of geometric fields is broken after WL#5151 · b85a186c
    Luis Soares authored
    Metadata for geometric fields was not being properly stored by
    the slave in its the table definition. This happened because
    MYSQL_TYPE_GEOMETRY was not included in the 'switch... case' that
    handles field metadata according to the field type. Therefore, it
    would default to 0, leading to always have a mismatch between
    master's field and slave fields'. 
    
    We fix this by deploying the missing 'case MYSQL_TYPE_GEOMETRY:'.
    b85a186c
field.h 80.3 KB