An error occurred fetching the project authors.
  1. 07 Nov, 2002 1 commit
  2. 29 Oct, 2002 1 commit
  3. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9
  4. 24 Aug, 2002 1 commit
  5. 23 Aug, 2002 1 commit
  6. 22 Aug, 2002 1 commit
  7. 21 Aug, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Use our version of RWLOCKS on UNIXWARE 7 · 03b0179a
      monty@hundin.mysql.fi authored
      More DBUG info for replication
      Better error messages from replication
      Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
      Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
      Removed warning when setting an AUTO_INCREMENT field to NULL
      03b0179a
  8. 08 Aug, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Lots of code fixes to the replication code (especially the binary logging and... · 2c4fa340
      monty@mashka.mysql.fi authored
      Lots of code fixes to the replication code (especially the binary logging and index log file handling)
      Fixed bugs in my last changeset that made MySQL hard to compile.
      Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
      Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
      Extended my_chsize() to allow one to specify a filler character.
      Extend vio_blocking to return the old state (This made some usage of this function much simpler)
      Added testing for some functions that they caller have got the required mutexes before calling the function.
      Use setrlimit() to ensure that we can write core file if one specifies --core-file.
      Added --slave-compressed-protocol
      Made 2 the minimum length for ft_min_word_len
      Added variables foreign_key_checks & unique_checks.
      Less logging from replication code (if not started with --log-warnings)
      Changed that SHOW INNODB STATUS requre the SUPER privilege
      More DBUG statements and a lot of new code comments
      2c4fa340
  9. 17 Jul, 2002 1 commit
  10. 22 Jun, 2002 1 commit
  11. 11 Jun, 2002 1 commit
  12. 05 Jun, 2002 1 commit
  13. 29 May, 2002 1 commit
  14. 30 Apr, 2002 1 commit
  15. 25 Apr, 2002 1 commit
  16. 15 Apr, 2002 1 commit
  17. 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
  18. 30 Mar, 2002 1 commit
  19. 03 Mar, 2002 1 commit
  20. 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
  21. 30 Jan, 2002 1 commit
  22. 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
  23. 27 Jan, 2002 1 commit
  24. 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
  25. 20 Jan, 2002 1 commit
  26. 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
  27. 06 Dec, 2001 1 commit
  28. 11 Nov, 2001 1 commit
  29. 03 Oct, 2001 1 commit
  30. 03 Aug, 2001 1 commit
  31. 17 Jul, 2001 1 commit
  32. 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
  33. 07 Jul, 2001 1 commit
  34. 24 Jun, 2001 1 commit
  35. 31 May, 2001 1 commit
  36. 29 May, 2001 1 commit
  37. 03 May, 2001 1 commit
  38. 24 Apr, 2001 1 commit
  39. 25 Mar, 2001 1 commit
  40. 13 Mar, 2001 1 commit