An error occurred fetching the project authors.
  1. 21 Jun, 2001 1 commit
    • unknown's avatar
      added SHOW BINLOG EVENTS · 818abea2
      unknown authored
      fixed log sequence bugs
      fixed bugs in handling Slave event
      added test case with SHOW BINLOG EVENTS
      have not fixed all the bugs - found some that are also in 3.23,
      will fix them there first, then do pull and cleanup
      
      will not push this changeset
      
      
      include/mysqld_error.h:
        new error
      mysql-test/mysql-test-run.sh:
        use quotes in expr
      sql/lex.h:
        SHOW BINLOG EVENTS
      sql/log.cc:
        fixed log sequence bugs
      sql/log_event.cc:
        SHOW BINLOG EVENTS
        fixed bugs Slave event handling
      sql/log_event.h:
        SHOW BINLOG EVENTS
      sql/share/english/errmsg.txt:
        SHOW BINLOG EVENTS
      sql/sql_lex.h:
        SHOW BINLOG EVENTS
      sql/sql_parse.cc:
        SHOW BINLOG EVENTS
      sql/sql_repl.cc:
        SHOW BINLOG EVENTS
      sql/sql_repl.h:
        SHOW BINLOG EVENTS
      sql/sql_yacc.yy:
        SHOW BINLOG EVENTS
      818abea2