An error occurred fetching the project authors.
  1. 17 Jun, 2003 1 commit
  2. 31 May, 2003 1 commit
  3. 07 May, 2003 1 commit
  4. 30 Apr, 2003 1 commit
  5. 28 Apr, 2003 2 commits
  6. 23 Apr, 2003 1 commit
  7. 21 Apr, 2003 1 commit
  8. 16 Apr, 2003 1 commit
  9. 15 Apr, 2003 1 commit
  10. 01 Apr, 2003 1 commit
  11. 19 Feb, 2003 2 commits
  12. 10 Feb, 2003 1 commit
  13. 19 Jan, 2003 1 commit
  14. 11 Jan, 2003 1 commit
  15. 09 Jan, 2003 1 commit
  16. 26 Dec, 2002 1 commit
  17. 07 Nov, 2002 2 commits
  18. 30 Oct, 2002 1 commit
  19. 29 Oct, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added back old LARGEFILE handling · 1e053832
      monty@hundin.mysql.fi authored
      Fixed reference to freed memory in acl_init()/grant_init()
      Fixed possible memory leak. (Could only happen in very strange circumstances)
      Fixed bug in ALTER TABLE with BDB tables
      Updated mysql-test for valgrind
      1e053832
  20. 25 Sep, 2002 1 commit
  21. 24 Sep, 2002 1 commit
  22. 22 Sep, 2002 2 commits
  23. 21 Sep, 2002 1 commit
  24. 20 Sep, 2002 1 commit
  25. 16 Sep, 2002 1 commit
  26. 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
  27. 05 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixed searching after ssl directories. · 0281a6b1
      monty@mashka.mysql.fi authored
      Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
      Changed fn_ext to point at first '.' after directory.
      FLUSH LOGS removed numerical extension for all future update logs.
      Fixed the mysqld --help reports right values for --datadir and --bind-address
      --log-binary=a.b.c now properly strips of .b.c
      Fix that one can DROP UDF functions that was not loaded at startup
      Made AND optional in REQUIRE
      Added REQUIRE NONE
      0281a6b1
  28. 23 Aug, 2002 1 commit
  29. 09 Aug, 2002 1 commit
  30. 08 Aug, 2002 3 commits
    • Sinisa@sinisa.nasamreza.org's avatar
      A very small security fix · 9badcb0c
      Sinisa@sinisa.nasamreza.org authored
      9badcb0c
    • Sinisa@sinisa.nasamreza.org's avatar
    • 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
  31. 07 Aug, 2002 3 commits
  32. 03 Aug, 2002 1 commit