An error occurred fetching the project authors.
  1. 06 Jul, 2003 1 commit
  2. 04 Jul, 2003 1 commit
  3. 03 Jul, 2003 1 commit
  4. 10 Jun, 2003 1 commit
  5. 01 Jun, 2003 1 commit
  6. 30 May, 2003 1 commit
  7. 27 May, 2003 1 commit
  8. 19 May, 2003 1 commit
  9. 16 May, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h: · 5359d046
      heikki@hundin.mysql.fi authored
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      trx0trx.c:
        Add forgotten return value (it was not used anywhere, fortunately)
      ha_innodb.h, mysql_priv.h:
        Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
      5359d046
  10. 13 May, 2003 1 commit
  11. 04 May, 2003 2 commits
  12. 08 Apr, 2003 1 commit
  13. 05 Mar, 2003 1 commit
  14. 04 Mar, 2003 1 commit
  15. 03 Mar, 2003 1 commit
  16. 17 Feb, 2003 1 commit
  17. 06 Feb, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Added START TRANSACTION syntax · cf9668fd
      monty@mashka.mysql.fi authored
      Added ALL as parameter option for all group functions.
      Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way.
      Sort NULL last if DESC is used (ANSI SQL 99 requirement)
      cf9668fd
  18. 29 Jan, 2003 1 commit
  19. 28 Jan, 2003 3 commits
  20. 27 Jan, 2003 1 commit
  21. 09 Jan, 2003 1 commit
  22. 07 Jan, 2003 1 commit
  23. 05 Dec, 2002 2 commits
  24. 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
  25. 20 Nov, 2002 1 commit
  26. 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
  27. 07 Nov, 2002 1 commit
  28. 16 Sep, 2002 1 commit
  29. 03 Sep, 2002 1 commit
  30. 22 Aug, 2002 1 commit
  31. 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
  32. 12 Aug, 2002 2 commits
  33. 08 Aug, 2002 2 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@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. 25 Jul, 2002 1 commit