An error occurred fetching the project authors.
  1. 18 Apr, 2001 2 commits
    • monty@donna.mysql.fi's avatar
      Added test for PTHREAD_YIELD · bc6fd0ac
      monty@donna.mysql.fi authored
      Removed test of default master parameter
      Don't lock locked tables in REPAIR
      Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
      bc6fd0ac
    • sasha@mysql.sashanet.com's avatar
      lient/mysqltest.c · 858867fa
      sasha@mysql.sashanet.com authored
          added support for alphanumeric variables - import MASTER_MYPORT and
          SLAVE_MYPORT from the environment
      mysql-test/mysql-test-run.sh
          export MASTER_MYPORT and SLAVE_MYPORT for mysqltest
      mysql-test/t/rpl000015.test
          use MASTER_MYPORT
      mysql-test/t/rpl000016.test
          use MASTER_MYPORT
      858867fa
  2. 27 Mar, 2001 2 commits
  3. 20 Feb, 2001 1 commit
  4. 24 Jan, 2001 2 commits
  5. 23 Jan, 2001 1 commit
  6. 22 Jan, 2001 3 commits
  7. 17 Jan, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      rpl000016.test sync · d0f4235a
      sasha@mysql.sashanet.com authored
      rpl000001.result	BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
      ignore  	Added BitKeeper/tmp/bkr3sAHD to the ignore list
      slave.h 	MASTER_POS_WAIT
      lex.h   	MASTER_POS_WAIT
      slave.cc	MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in 
      slave.cc	debug abort count
      sql_repl.cc	announce the log name at the start of the log with a fake rotate event
      item_create.h	MASTER_POS_WAIT
      item_func.cc	MASTER_POS_WAIT
      item_func.h	MASTER_POS_WAIT
      sql_class.h	enter_cond(), exit_cond() helper inliners
      item_create.cc	added MASTER_POS_WAIT
      mysql-test-run.sh	speed improvement fixes
      rpl000007.test	sync
      rpl000003.test	sleep -> sync
      rpl000004.test	sleep -> sync, fixed clean up bug
      rpl000014.test	sync
      rpl000009.test	sync
      rpl000013.test	sync
      rpl000001.test	sleep -> sync
      rpl000008.test	sync
      rpl000006.test	sync on cleanup
      rpl000011.test	sync
      rpl000012.test	sync
      rpl000005.test	sleep -> sync
      rpl000010.test	sync
      rpl000015.test	sync
      rpl000002.test	sleep -> sync
      rpl000014.result	we now know the master log name as soon as we connect
      mysql.cc	added optional agrument to --wait
      mysqltest.c	added save_master_pos and sync_with_master commands
      d0f4235a
  8. 04 Jan, 2001 1 commit
  9. 03 Jan, 2001 1 commit
  10. 15 Dec, 2000 2 commits
    • sasha@mysql.sashanet.com's avatar
      client/mysqltest.c · d9d49dfa
      sasha@mysql.sashanet.com authored
          fixed bug that created empty result files in no-record mode
      mysql-test/t/rpl000007.test
          testing non-replication of load data infile when the table is excluded from replication
      mysql-test/t/rpl000016.test
          test purge master logs
      sql/slave.cc
          fix memory leaks found by  purge master logs test
      sql/sql_repl.cc
          fixed race condition and delete before close bug in reset_slave()
      
      Overall comments - coverage testing is a very good thing!
      d9d49dfa
    • sasha@mysql.sashanet.com's avatar
      client/mysqltest.c · b63444de
      sasha@mysql.sashanet.com authored
          added system command
      myisammrg/myrg_open.c
          fixed coredump when opening an empty union table
      sql/sql_repl.cc
          fixed warnings, remove confusing comment, fixed coredump in
          change master to when master.info was corrupted
      
      added new replication test case
      b63444de