An error occurred fetching the project authors.
  1. 01 Sep, 2001 1 commit
  2. 21 Aug, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Portability fixes. · 063a1a65
      monty@hundin.mysql.fi authored
      Patches required by Gemini
      Fix to properly detect if there is an active transaction in InnoDB
      Fix to not lock thread structure when doing automatic rollback when thread ends
      Allow -O lower_case_names=0 on UNIX
      063a1a65
  3. 09 Aug, 2001 1 commit
  4. 12 Jul, 2001 1 commit
  5. 25 Apr, 2001 1 commit
  6. 24 Apr, 2001 1 commit
  7. 25 Mar, 2001 1 commit
  8. 21 Mar, 2001 1 commit
  9. 20 Mar, 2001 1 commit
  10. 15 Mar, 2001 1 commit
  11. 14 Mar, 2001 2 commits
  12. 13 Mar, 2001 2 commits
  13. 20 Feb, 2001 1 commit
  14. 26 Jan, 2001 1 commit
  15. 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
  16. 03 Jan, 2001 1 commit
  17. 27 Dec, 2000 1 commit
  18. 18 Dec, 2000 1 commit
  19. 12 Dec, 2000 1 commit
  20. 07 Dec, 2000 1 commit
  21. 28 Nov, 2000 1 commit
  22. 26 Nov, 2000 1 commit
  23. 23 Nov, 2000 1 commit
  24. 16 Nov, 2000 2 commits
  25. 15 Nov, 2000 1 commit
  26. 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
  27. 13 Nov, 2000 1 commit
  28. 11 Nov, 2000 1 commit
  29. 04 Nov, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      sql/slave.cc · 67eef6a5
      sasha@mysql.sashanet.com authored
          mutex now initialized in the constructor
      sql/sql_class.h
          intialize MASTER_INFO mutex in the constructor
      sql/sql_repl.cc
          fixed typo in error message
          if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
      repl-tests/test-repl-ts/repl-timestamp.master.reject
          New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject''
      67eef6a5
  30. 27 Oct, 2000 1 commit
  31. 26 Oct, 2000 1 commit
  32. 14 Oct, 2000 1 commit
  33. 08 Oct, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      Docs/manual.texi · 1fbc4021
      sasha@mysql.sashanet.com authored
          replication updates
      sql/opt_range.h
          fixed compiler warning
      sql/slave.cc
          fixed handling of long usernames
          fixed insert_id + query log event processing atomicity in the case
          of slave death
          fix edcharset coversion to not be global to all threads
      sql/sql_class.h
          fix to make insert_id event and the subsequent query event be still processed
          atomically if slave dies in the middle
      sql/sql_select.cc
          temp fix to make it compile 
      repl-tests/test-auto-inc/run.test@1.1
          New BitKeeper file ``repl-tests/test-auto-inc/run.test''
      repl-tests/test-auto-inc/x.master@1.1
          New BitKeeper file ``repl-tests/test-auto-inc/x.master''
      1fbc4021
  34. 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
  35. 03 Oct, 2000 1 commit
  36. 28 Sep, 2000 1 commit
  37. 22 Sep, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      Docs/manual.texi · fc40e759
      sasha@mysql.sashanet.com authored
          added updated for FLUSH LOGS and replication
      sql/log.cc
          fixed the log rotation bug when the log name did not change after
          FLUSH LOGS
      fc40e759