An error occurred fetching the project authors.
  1. 28 Dec, 2000 1 commit
  2. 08 Dec, 2000 1 commit
  3. 22 Nov, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      mysql-test/mysql-test-run · 46400961
      sasha@mysql.sashanet.com authored
          cleanup - remove unneeded daeamon restarts
      sql/log_event.cc
          fixed bug - do not confuse confused slaves even further if they try to 
          read less than LOG_EVENT_HEADER_LEN before the end of file
      sql/mysqlbinlog.cc
          give error if constructor fails
      sql/mysqld.cc
          --disconnect-slave-event-count for replication debugging
      sql/slave.cc
          --disconnect-slave-event-count
          cleanup to remove unneeded sleeps when things go wrong - sleep only 
          when we have to
      sql/slave.h
          --disconnect-slave-event-count
      
      test cases for ALTER TABLE ORDER BY and replication offset off by 22 
      confusion mystery bug (both pass)
      46400961
  4. 17 Nov, 2000 2 commits
  5. 16 Nov, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      BUILD/compile-pentium-debug · 0decc269
      sasha@mysql.sashanet.com authored
          make -j 2
      mysys/my_open.c
          my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT
      sql/log.cc
          fixed up IO_CACHE to make replication work, not fully yet
      sql/log_event.cc
          fixed up IO_CACHE
      0decc269
  6. 15 Nov, 2000 1 commit
  7. 14 Nov, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      repl-tests/test-repl-ts/repl-timestamp.master.reject · f2b9a60e
      sasha@mysql.sashanet.com authored
          this file needs to be deleted
      sql/log_event.cc
          fixed warnings
      sql/log_event.h
          fixed () #define bug
      sql/mysqlbinlog.cc
          fixed length argument - was supposed to be one less
      sql/mysqld.cc
          replicate-do/ignore-table now works, wild does not yet
      sql/mysql_priv.h
          updating argument to add_table_to_list() -- needed for replicate-do/ignore table
      sql/slave.cc
          changes fore replicate-do/ignore-table
          close the socket before going to sleep sleeping after error
          bad event was being freed too early
      sql/slave.h
          changes for replicate-do/ignore-table
      sql/sql_class.cc
          slave_thread variable to THD
      sql/sql_class.h
          added slave_thread to THD, fixed bug in end_time()
      sql/sql_parse.cc
          updating argument to add_tables_to_list()
      sql/sql_table.cc
          fixed bug in mysql_rm_table()
      sql/sql_yacc.yy
          fixed up add_table_to_list() calls to accept updating argument
      sql/table.h
          added updating to TABLE_LIST
      f2b9a60e
  8. 11 Nov, 2000 1 commit
  9. 14 Oct, 2000 1 commit
  10. 10 Oct, 2000 1 commit
  11. 05 Oct, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      sql/log.cc · f452ab6f
      sasha@mysql.sashanet.com authored
          Added magic number to binlog
      sql/log_event.cc
          distinquish bogus data from truncated logs
      sql/log_event.h
          added magic number
          added LOG_READ_TRUNC error
      sql/mysqlbinlog.cc
          fixed to handle magic number
          added O_BINARY to my_fopen
      sql/mysqld.cc
          added code for replicate-rewrite-db
      sql/slave.cc
          replicate-rewrite-db
          O_BINARY
          handle magic
      sql/sql_class.h
          added i_string_pair class
      sql/sql_repl.cc
          added magic
          better error messages
      support-files/magic
          added magic for binlog
      
      Added test case for replication of queries with error
      f452ab6f
  12. 04 Oct, 2000 1 commit
  13. 29 Sep, 2000 1 commit
  14. 28 Sep, 2000 1 commit
  15. 23 Aug, 2000 1 commit
  16. 31 Jul, 2000 1 commit