1. 06 Oct, 2006 1 commit
    • mats@romeo.(none)'s avatar
      BUG#19459 (BINLOG RBR command does not lock tables correctly causing · e762328b
      mats@romeo.(none) authored
      crash for, e.g., NDB):
      
      Before, mysqlbinlog printed table map events as a separate statement, so
      when executing the event, the opened table was subsequently closed
      when the statement ended. Instead, the row-based events that make up
      a statement are now printed as *one* BINLOG statement, which means
      that the table maps and the following *_rows_log_event events are
      executed fully before the statement ends.
      
      Changing implementation of BINLOG statement to be able to read the 
      emitted format, which now consists of several chunks of BASE64-encoded
      data.
      e762328b
  2. 02 Oct, 2006 2 commits
  3. 16 Jun, 2006 4 commits
  4. 15 Jun, 2006 13 commits
  5. 14 Jun, 2006 20 commits