• mats@romeo.(none)'s avatar
    Fixing compile problem on some platforms resulting from building a · 7f279ae5
    mats@romeo.(none) authored
    configuration with HAVE_REPLICATION undefined, which causes the
    *_rows_log_event_old classes to only have a default constructor. This
    generates an error on some platforms, since the base classes does 
    not have a default constructor defined.
    
    Updating signatures of do_prepare_row() for classes above, since
    signatures in base classes changed.
    7f279ae5
log_event_old.h 3.07 KB