An error occurred fetching the project authors.
  1. 27 Apr, 2005 1 commit
  2. 26 Apr, 2005 1 commit
  3. 25 Feb, 2005 1 commit
  4. 31 Dec, 2004 1 commit
  5. 23 Dec, 2004 1 commit
    • ingo@mysql.com's avatar
      WL#1895 - Print message to error log in case of detected MyISAM corruption · c39be2d0
      ingo@mysql.com authored
      Changed my_error() to print error messages, which come from
      arbitrary registered ranges of error messages. Messages can
      be unregistered (and should be at end of the program).
      Added registration of handler error messages.
      Added a new mi_print_error() macro and a new 
      mi_report_error() function, which supply error
      messages with a table name.
      Added calls to mi_print_error() or mi_report_error()
      at all places in MyISAM, where table corruption is detected.
      c39be2d0
  6. 18 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add 0x before pointers (to help with debugging) · 3fb088a0
      monty@mysql.com authored
      Add support for VARCHAR with 1 or 2 length bytes
      Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
      Give error if we got problems in temporary tables during a SELECT
      Don't use new table generated by ALTER TABLE if index generation fails
      Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
      3fb088a0
  7. 17 Dec, 2004 1 commit
  8. 06 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add support for up to VARCHAR (size up to 65535) · 67ce2479
      monty@mysql.com authored
      Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
      Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
      Added support for VARCHAR KEYS to heap
      Removed support for ISAM
      Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
      Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
      67ce2479
  9. 26 Aug, 2004 1 commit
  10. 24 Aug, 2004 1 commit
  11. 20 Aug, 2004 1 commit
  12. 13 Aug, 2004 2 commits
  13. 12 Aug, 2004 1 commit
  14. 01 Aug, 2004 1 commit
  15. 10 Jun, 2004 1 commit
  16. 03 Jun, 2004 1 commit
  17. 15 Mar, 2004 1 commit
  18. 12 Mar, 2004 1 commit
  19. 22 Jan, 2004 1 commit
  20. 16 Jan, 2004 1 commit
  21. 12 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fix autoincrement for signed columns (Bug #1366) · f995a5f4
      monty@mysql.com authored
      Fixed problem with char > 128 in QUOTE() function. (Bug #1868)
      Disable creation of symlinks if my_disable_symlink is set
      Fixed searching of TEXT with end space. (Bug #1651)
      Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711)
      Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998)
      Fixed timestamp.test
      f995a5f4
  22. 18 Jul, 2003 1 commit
  23. 21 May, 2003 1 commit
  24. 27 Apr, 2003 1 commit
  25. 26 Jul, 2002 1 commit
  26. 24 Jul, 2002 1 commit
  27. 25 Apr, 2002 1 commit
  28. 20 Feb, 2002 1 commit
  29. 25 Jan, 2002 1 commit
  30. 06 Dec, 2001 1 commit
  31. 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
  32. 31 Jan, 2001 1 commit
    • monty@donna.mysql.com's avatar
      New myisamchk option --sort-recover · bdbc0ef7
      monty@donna.mysql.com authored
      Allow delete of crashed MyISAM tables
      Fixed bug when BLOB was first part of key
      Fixed bug when using result from CASE in GROUP BY
      Fixed core-dump bug in monthname()
      Optimized calling of check_db_name()
      bdbc0ef7
  33. 18 Nov, 2000 1 commit
  34. 07 Sep, 2000 1 commit
  35. 31 Jul, 2000 1 commit