An error occurred fetching the project authors.
  1. 20 Jan, 2002 1 commit
    • unknown's avatar
      Here comes a nasty patch, although I am not ready to push it yet. I will · 6291b7b5
      unknown authored
      first pull, merge,test, and get it to work.
      
      The main change is the new replication code - now we have two slave threads
      SQL thread and I/O thread. I have also re-written a lot of the code to 
      prepare for multi-master implementation. 
      
      I also documented IO_CACHE quite extensively and to some extend, THD class.
      
      
      Makefile.am:
        moved tags target script into a separate file
      include/my_sys.h:
        fixes in IO_CACHE for SEQ_READ_APPEND + some documentation
      libmysqld/lib_sql.cc:
        updated replication locks, but now I see I did it wrong and it won't compile. Will fix
        before the push.
      mysql-test/r/rpl000014.result:
        test result update
      mysql-test/r/rpl000015.result:
        test result update
      mysql-test/r/rpl000016.result:
        test result update
      mysql-test/r/rpl_log.result:
        test result update
      mysql-test/t/rpl000016-slave.sh:
        remove relay logs
      mysql-test/t/rpl000017-slave.sh:
        remove relay logs
      mysql-test/t/rpl_log.test:
        updated test
      mysys/mf_iocache.c:
        IO_CACHE updates to make replication work
      mysys/mf_iocache2.c:
        IO_CACHE update to make replication work
      mysys/thr_mutex.c:
        cosmetic change
      sql/item_func.cc:
        new replication code
      sql/lex.h:
        new replication
      sql/log.cc:
        new replication
      sql/log_event.cc:
        new replication
      sql/log_event.h:
        new replication
      sql/mini_client.cc:
        new replication
      sql/mini_client.h:
        new replication
      sql/mysql_priv.h:
        new replication
      sql/mysqld.cc:
        new replication
      sql/repl_failsafe.cc:
        new replication
      sql/slave.cc:
        new replication
      sql/slave.h:
        new replication
      sql/sql_class.cc:
        new replication
      sql/sql_class.h:
        new replication
      sql/sql_lex.h:
        new replication
      sql/sql_parse.cc:
        new replication
      sql/sql_repl.cc:
        new replication
      sql/sql_repl.h:
        new replication
      sql/sql_show.cc:
        new replication
      sql/sql_yacc.yy:
        new replication
      sql/stacktrace.c:
        more robust stack tracing
      sql/structs.h:
        new replication code
      BitKeeper/etc/ignore:
        Added mysql-test/r/rpl000002.eval mysql-test/r/rpl000014.eval mysql-test/r/rpl000015.eval mysql-test/r/rpl000016.eval mysql-test/r/slave-running.eval mysql-test/r/slave-stopped.eval to the ignore list
      6291b7b5
  2. 02 Oct, 2001 1 commit
    • unknown's avatar
      Fix for make dist · c6e36174
      unknown authored
      Made replication test portable
      Fixed buffer overrun bug in replication
      
      
      client/Makefile.am:
        Fix for make dist
      mysql-test/t/rpl000017-slave.sh:
        Made replication test portable
      sql/slave.cc:
        Fixed buffer overrun bug
      strings/strmake.c:
        More documentation
      c6e36174
  3. 18 Sep, 2001 1 commit
    • unknown's avatar
      Fix for LOAD DATA FROM MASTER when using tables with checksum · 73068034
      unknown authored
      Fixed some wrong test cases
      
      
      Docs/manual.texi:
        Changelog
      extra/perror.c:
        Added BDB table errors
      include/myisam.h:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      myisam/mi_check.c:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      mysql-test/mysql-test-run.sh:
        Better logging
      mysql-test/r/join.result:
        Fixed missing results
      mysql-test/r/rpl000006.result:
        Updated result
      mysql-test/t/join.test:
        Fixed wrong test
      mysql-test/t/rpl000001.test:
        Fixed wrong test
      mysql-test/t/rpl000006.test:
        Cleanup
      mysql-test/t/rpl000017-slave.sh:
        Fixed too long password
      mysql-test/t/rpl000017.test:
        Fixed too long password
      sql/ha_myisam.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      sql/handler.cc:
        Unique error for DEADLOCK
      sql/slave.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      73068034
  4. 24 Jun, 2001 1 commit
    • unknown's avatar
      show master forced rotate info in SHOW BINLOG EVENTS · 16aefaaa
      unknown authored
      mark a master-forced rotate with a special flag
      
      
      mysql-test/r/rpl000014.result:
        updated result
      mysql-test/r/rpl000015.result:
        updated result
      mysql-test/r/rpl000016.result:
        updated result
      mysql-test/r/rpl_log.result:
        updated result
      mysql-test/t/rpl000017-slave.sh:
        fix for change in master.info format
      mysql-test/t/rpl_log.test:
        test for correct last_log_seq in show slave status
      sql/log.cc:
        mark a master-forced rotate with a special flag
      sql/log_event.cc:
        show master forced rotate info in SHOW BINLOG EVENTS
      sql/log_event.h:
        master forced rotation flag
      sql/slave.cc:
        keep trace of last log sequences in MASTER_INFO
        do not rotate on slave, if the rotation on master was forced by its master
      sql/slave.h:
        keep track of last log sequence number in MASTER_INFO
      16aefaaa
  5. 31 Jan, 2001 1 commit
    • unknown's avatar
      test oversized password · 6ad4e304
      unknown authored
      fix to make table.cc compile
      
      
      mysql-test/mysql-test-run.sh:
        explictily state empty password for slave thread
      mysql-test/t/rpl000017-slave.sh:
        test oversized passwords for slave
      mysql-test/t/rpl000017.test:
        test oversized passwords
      sql/table.cc:
        fix to make it compile
      6ad4e304
  6. 24 Jan, 2001 1 commit
    • unknown's avatar
      fixed improper read of log name from master.info which broke slave server restart · 9c34892d
      unknown authored
      fixed sync bugs in three test cases
      added offset argument to sync_with_master to mysqltest to be able to fix sync bugs
      added a test case for slave startup with existing master.info
      expanded mysql-test-run.sh to be able to run pre-start shell script initializations
      
      
      client/mysqltest.c:
        added offset argument to sync_with_master
      mysql-test/mysql-test-run.sh:
        added option to run master or slave initialization shell script
      mysql-test/r/rpl000016.result:
        fixed bug in test case
      mysql-test/t/rpl000012.test:
        fixed syncronization bug
      mysql-test/t/rpl000013.test:
        fixed sync bug
      mysql-test/t/rpl000016.test:
        fixed ambiguous show slave status.
      sql/slave.cc:
        fixed bug that broke slave server start with existing master.info,
        Monty's optimization was not chopping off newline from logname.
      9c34892d