• Daniel Black's avatar
    MDEV-34313: compiler mariadb-binlog WITHOUT_SERVER · 53a48678
    Daniel Black authored
    The log_event_old.cc is included by mysqlbinlog.cc.
    
    With -DWITHOUT_SERVER the include path for the wsrep
    include headers isn't there.
    
    As these aren't needed by the mariadb-binlog, move
    these to under a ifndef MYSQL_CLIENT preprocessor.
    
    Caused by MDEV-18590
    53a48678
log_event_old.cc 88.4 KB