An error occurred fetching the project authors.
  1. 25 Nov, 2003 1 commit
  2. 20 Nov, 2003 2 commits
  3. 19 Nov, 2003 1 commit
  4. 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
  5. 17 Nov, 2003 1 commit
  6. 02 Oct, 2003 1 commit
  7. 25 Aug, 2003 1 commit
  8. 09 Aug, 2003 1 commit
  9. 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
  10. 30 Jun, 2003 1 commit
  11. 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
  12. 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
  13. 25 Mar, 2003 1 commit
  14. 20 Feb, 2003 1 commit
  15. 28 Jan, 2003 1 commit
  16. 18 Nov, 2002 1 commit
  17. 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
  18. 06 Dec, 2001 1 commit
  19. 02 Dec, 2001 1 commit
  20. 25 Nov, 2001 2 commits
  21. 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
  22. 19 May, 2001 1 commit
  23. 13 May, 2001 1 commit
  24. 11 May, 2001 1 commit
  25. 20 Mar, 2001 1 commit
  26. 16 Sep, 2000 1 commit
  27. 07 Sep, 2000 1 commit
  28. 31 Jul, 2000 1 commit