An error occurred fetching the project authors.
  1. 02 Dec, 2003 1 commit
  2. 20 Nov, 2003 1 commit
  3. 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
  4. 24 Oct, 2003 1 commit
  5. 22 Oct, 2003 1 commit
  6. 15 Oct, 2003 1 commit
  7. 13 Oct, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 5ec87f24
      heikki@hundin.mysql.fi authored
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      5ec87f24
  8. 11 Oct, 2003 1 commit
  9. 02 Oct, 2003 1 commit
  10. 09 Aug, 2003 1 commit
  11. 05 Aug, 2003 1 commit
    • serg@serg.mylan's avatar
      table checksum background: · 79922d94
      serg@serg.mylan authored
         my_checksum() mysys function
         NISAM checksum code moved from mysys to isam/ - it's obsolete
         MyISAM checksum code moved to mysys
         table's checksum accessible from sql layer
         SHOW TABLE STATUS shows checksum (WL#646)
      code cleanup
      79922d94
  12. 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
  13. 16 Jul, 2003 1 commit
  14. 27 Jun, 2003 1 commit
  15. 15 Jun, 2003 1 commit
  16. 14 Jun, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 4da7f485
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
      4da7f485
  17. 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
  18. 02 May, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 35fd869e
      heikki@hundin.mysql.fi authored
        Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released
      35fd869e
  19. 23 Apr, 2003 1 commit
  20. 08 Apr, 2003 1 commit
  21. 18 Mar, 2003 1 commit
  22. 12 Mar, 2003 1 commit
  23. 03 Mar, 2003 1 commit
  24. 19 Nov, 2002 1 commit
  25. 14 Nov, 2002 1 commit
  26. 03 Nov, 2002 1 commit
  27. 30 Sep, 2002 1 commit
  28. 27 Sep, 2002 1 commit
  29. 26 Sep, 2002 1 commit
  30. 21 Aug, 2002 1 commit
  31. 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
  32. 19 Jun, 2002 1 commit
  33. 18 Jun, 2002 1 commit
  34. 02 Jun, 2002 1 commit
  35. 12 Apr, 2002 1 commit
  36. 21 Mar, 2002 1 commit
  37. 13 Mar, 2002 1 commit
  38. 30 Jan, 2002 1 commit
  39. 23 Jan, 2002 1 commit
  40. 22 Jan, 2002 1 commit