An error occurred fetching the project authors.
  1. 02 Apr, 2002 1 commit
    • sasha@mysql.sashanet.com's avatar
      relay_log_space_limit · 14603a36
      sasha@mysql.sashanet.com authored
      DBUG_ macro cleanup
      buffer boundary cleanup
      This changeset, although not fully tested, works for me better than 
      anything I've had so far, including what is in the repository. I will 
      push it unless something crashes while I am writing this :-)
      14603a36
  2. 30 Mar, 2002 1 commit
  3. 03 Mar, 2002 1 commit
  4. 07 Feb, 2002 1 commit
    • sasha@mysql.sashanet.com's avatar
      fixes for slave backward compat · 6980a24e
      sasha@mysql.sashanet.com authored
      fixed bug in LOAD DATA FROM MASTER
      fixed rpl000001.result
      Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, 
      which is still buggy. Will push this one after the pull/merge
      6980a24e
  5. 30 Jan, 2002 1 commit
  6. 29 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      New error messages · be462898
      monty@hundin.mysql.fi authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      be462898
  7. 27 Jan, 2002 1 commit
  8. 22 Jan, 2002 1 commit
    • sasha@mysql.sashanet.com's avatar
      post-merge fixes, including slave-skip-errors backport · 8e43ad12
      sasha@mysql.sashanet.com authored
      fixed too quick timeout in mysql-test-run which caused a race with the
       new server getting started before the old one completely finished 
       shutdown. This should fix the pid warning we've been getting as well as
       inconsistent results when running tests with the manager
      8e43ad12
  9. 20 Jan, 2002 1 commit
  10. 13 Dec, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      slave-skip-errors · f7acf09d
      sasha@mysql.sashanet.com authored
      added extra/mysql_install.c - will work on it in 4.0, but it does not hurt
      to have it sit in 3.23 tree for now since it will eventually be backported 
      to 3.23 anyway 
      f7acf09d
  11. 06 Dec, 2001 1 commit
  12. 11 Nov, 2001 1 commit
  13. 03 Oct, 2001 1 commit
  14. 03 Aug, 2001 1 commit
  15. 17 Jul, 2001 1 commit
  16. 11 Jul, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      mysql-test/t/rpl_sporadic_master.test · 5527f9bf
      sasha@mysql.sashanet.com authored
          fixed test case to produce same results on txn-enabled binary. 
          temporary fix - permanent fix is it make mysqld behave the same with
          MyISAM on auto_increment insert after delete from tbl_name regardless
          of how the binary was compiled
      sql/slave.cc
          fixed concurrency bug with log_seq
      sql/slave.h
          last_log_seq needs to be updated atomically with pos
      sql/sql_repl.cc
          cleared up comment and fixed concurrency bug
      5527f9bf
  17. 07 Jul, 2001 1 commit
  18. 24 Jun, 2001 1 commit
  19. 31 May, 2001 1 commit
  20. 29 May, 2001 1 commit
  21. 03 May, 2001 1 commit
  22. 24 Apr, 2001 1 commit
  23. 25 Mar, 2001 1 commit
  24. 13 Mar, 2001 1 commit
  25. 07 Mar, 2001 1 commit
  26. 27 Feb, 2001 1 commit
  27. 24 Jan, 2001 1 commit
  28. 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
  29. 09 Dec, 2000 1 commit
  30. 02 Dec, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      added loops and other cool stuff to mysqltest · 07b36014
      sasha@mysql.sashanet.com authored
      fixed slave to preserve temp tables on slave stop; slave start
      added abort-slave-event-count option to mysqld to test the above
      added a test case for temp tables with a contantly aborting slave
      removed warning in sql_parse.cc
      fixed thimble.cc to compile
      07b36014
  31. 25 Nov, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      slave master.info FILE -> IO_CACHE · a9ef0b4b
      sasha@mysql.sashanet.com authored
      send_file() is more stack-friendly - changed large static buffer to alloc_root()
      fixed my_b_seek() to work with WRITE_CACHE
      test case to make sure the slave starts correctly after being stopped
      truncated words file so the replication tests will take less time
      a9ef0b4b
  32. 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
  33. 21 Nov, 2000 1 commit
  34. 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
  35. 11 Nov, 2000 1 commit