An error occurred fetching the project authors.
  1. 25 Jan, 2003 1 commit
  2. 18 Jan, 2003 1 commit
  3. 09 Jan, 2003 1 commit
  4. 05 Jan, 2003 1 commit
  5. 04 Jan, 2003 1 commit
  6. 02 Jan, 2003 1 commit
  7. 26 Dec, 2002 1 commit
  8. 20 Dec, 2002 1 commit
  9. 13 Dec, 2002 2 commits
  10. 04 Dec, 2002 1 commit
  11. 03 Dec, 2002 1 commit
  12. 29 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New multi-table-update code · 6603d752
      monty@mashka.mysql.fi authored
      New (simpler) internal timestamp handling.
      More debuging to heap tables.
      Small cleanups to multi-table-delete
      false -> 0 and true -> 1  (We should use TRUE and FALSE)
      6603d752
  13. 16 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Small improvement to alloc_root · 1a96948e
      monty@mashka.mysql.fi authored
      Add support for LIMIT # OFFSET #
      Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
      Don't call query_cache_invalidate() twice in some cases
      mysql_change_user() now clears states to be equal to close + connect.
      Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
      Fixed a bug with replicate-do and UPDATE
      1a96948e
  14. 12 Nov, 2002 1 commit
  15. 11 Nov, 2002 1 commit
  16. 07 Nov, 2002 3 commits
  17. 05 Nov, 2002 1 commit
    • gluh@gluh.(none)'s avatar
      Error code for ssl connection · 7bf903ea
      gluh@gluh.(none) authored
      Fix bug when server hang(with SSL, with modified libmysql)
      Add options master-ssl-capath and master-ssl-cipher
      Add some error checking(SSL) 
      7bf903ea
  18. 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
  19. 22 Oct, 2002 1 commit
  20. 16 Oct, 2002 1 commit
  21. 07 Oct, 2002 1 commit
  22. 02 Oct, 2002 1 commit
  23. 22 Sep, 2002 1 commit
  24. 21 Sep, 2002 1 commit
  25. 20 Sep, 2002 1 commit
  26. 16 Sep, 2002 1 commit
  27. 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
  28. 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
  29. 03 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Some trivial optimzations · a01a0840
      monty@mashka.mysql.fi authored
      Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL
      Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables.
      Better fix for ALTER TABLE on BDB tables.
      a01a0840
  30. 02 Sep, 2002 1 commit
  31. 22 Aug, 2002 1 commit
  32. 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
  33. 08 Aug, 2002 3 commits
    • monty@hundin.mysql.fi's avatar
      Added nety_retry_count as a changeable variable · 8832927d
      monty@hundin.mysql.fi authored
      Make safe_mysqld a symlink to mysqld_safe in binary distribution
      Fixed problem with CTRL-C when using mysqld --bootstrap
      8832927d
    • monty@hundin.mysql.fi's avatar
      Fix for Intel compiler (ecc) · a31406e3
      monty@hundin.mysql.fi authored
      Minor cleanups to other patches.
      Make --temp-pool default
      a31406e3
    • 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
  34. 04 Aug, 2002 1 commit
  35. 03 Aug, 2002 1 commit