An error occurred fetching the project authors.
  1. 16 Nov, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      key_cache.result, key_cache.test: · 9edff6c5
      igor@rurik.mysql.com authored
        Added a test case for bug #6447.
      mf_keycache.c:
        Fixed bug #6447. Erronious code in the key_cache_read function
        caused problems when reading key blocks with offset>0 into
        key cache. The code of key_cache_insert and key_cache_write
        was modified similarly.
      9edff6c5
  2. 23 Aug, 2004 1 commit
  3. 11 Aug, 2004 1 commit
  4. 10 Jun, 2004 1 commit
  5. 03 May, 2004 1 commit
  6. 17 Feb, 2004 1 commit
  7. 12 Feb, 2004 1 commit
  8. 09 Dec, 2003 1 commit
  9. 26 Nov, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      mf_keycache.c: · e54f7400
      igor@rurik.mysql.com authored
        Fixed typo that caused blocking key cache usage after resize.
        Removed wrong re-initialization of resize queue in init_key_cache.
      e54f7400
  10. 25 Nov, 2003 1 commit
  11. 20 Nov, 2003 2 commits
  12. 19 Nov, 2003 1 commit
  13. 18 Nov, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
      monty@mashka.mysql.fi authored
      New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
      ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
      (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
      Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
      New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
      Removed compiler warnings
      Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
      cab1dc62
  14. 17 Nov, 2003 1 commit
  15. 02 Oct, 2003 1 commit
  16. 25 Aug, 2003 1 commit
  17. 09 Aug, 2003 1 commit
  18. 02 Aug, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · 9306f55d
      igor@rurik.mysql.com authored
        Added key cache assignment
      mi_locking.c:
        Added key cache assignment: correction
      my_sys.h:
        Added key cache variable structure
      9306f55d
  19. 30 Jun, 2003 1 commit
  20. 12 Jun, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · f547f276
      igor@rurik.mysql.com authored
        New feature: preload indexes into key cache.
      mi_preload.c:
        new file
      Many files:
        Added preload statement.
      f547f276
  21. 13 May, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      logging_ok: · a6c634b3
      igor@rurik.mysql.com authored
        Logging to logging@openlogging.org accepted
      mf_keycache.c:
        Fixed a deadlock when reading from an index file fails.
      a6c634b3
  22. 25 Mar, 2003 1 commit
  23. 20 Feb, 2003 1 commit
  24. 28 Jan, 2003 1 commit
  25. 18 Nov, 2002 1 commit
  26. 23 Jul, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New SET syntax & system variables. · dddc20d9
      monty@mashka.mysql.fi authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      dddc20d9
  27. 06 Dec, 2001 1 commit
  28. 02 Dec, 2001 1 commit
  29. 25 Nov, 2001 2 commits
  30. 02 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Cleaned up SSL documentation · 880026cc
      monty@hundin.mysql.fi authored
      Fixes for embedded server
      Made key_cache more configurable
      Fixed that one can change key blocksize in MyISAM
      A lot of optimizations to make MyISAM slightly faster
      880026cc
  31. 19 May, 2001 1 commit
  32. 13 May, 2001 1 commit
  33. 11 May, 2001 1 commit
  34. 20 Mar, 2001 1 commit
  35. 16 Sep, 2000 1 commit
  36. 07 Sep, 2000 1 commit
  37. 31 Jul, 2000 1 commit