• unknown's avatar
    WL#3629 - Replication of Invocation and Invoked Features · b5932225
    unknown authored
    This patch adds code to the binlog calls for replication of the
    CREATE, DROP, and UPDATE event commands. An extra gate was added 
    to ensure a query with length 0 is not binlogged. This corrects 
    the problem of events_scheduling and rpl_events failing on some
    build machines.
    
    
    sql/events.cc:
      WL#3629 - Replication of Invocation and Invoked Features
      
      This patch adds code to the binlog calls for replication of the
      CREATE, DROP, and UPDATE event commands. An extra gate was added 
      to ensure a query with length 0 is not binlogged. This corrects 
      problems found when the patch for this worklog was pushed.
    b5932225
events.cc 26.7 KB