• mats@romeo.(none)'s avatar
    BUG#19033 (RBR: slave does not handle schema changes correctly): · 59ada157
    mats@romeo.(none) authored
    Since checking table compatibility before locking the table, there were
    potential that a table could be locked that did not have a definition
    that was compatible with the table on the slave.
    
    This patch adds a check just after the table was locked to ensure that
    the table is (still) compatible with the table on the slave.
    59ada157
slave.h 8.74 KB