An error occurred fetching the project authors.
  1. 04 Jun, 2004 1 commit
  2. 03 Jun, 2004 1 commit
  3. 23 May, 2004 1 commit
  4. 02 Apr, 2004 1 commit
  5. 25 Mar, 2004 1 commit
    • monty@mysql.com's avatar
      BTREE-indexes in HEAP tables can now be used to optimize ORDER BY · ebc3b3af
      monty@mysql.com authored
      Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files
      Compare strings with space extend instead of space strip. Now the following comparisons holds:  "a" == "a " and "a\t" < "a". (Bug #3152).
      Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
      ebc3b3af
  6. 24 Mar, 2004 1 commit
  7. 22 Mar, 2004 1 commit
  8. 17 Mar, 2004 1 commit
  9. 19 Feb, 2004 1 commit
  10. 16 Feb, 2004 1 commit
  11. 20 Jan, 2004 1 commit
  12. 12 Jan, 2004 1 commit
  13. 19 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fixes after merge with 4.0 · 031390a9
      monty@mysql.com authored
      Cleaned up embedded library access and query cache handling
      Changed min stack size to 128K (to allow longer MyISAM keys)
      Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
      031390a9
  14. 16 Dec, 2003 1 commit
  15. 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
  16. 11 Dec, 2003 1 commit
  17. 07 Dec, 2003 1 commit
  18. 04 Dec, 2003 1 commit
  19. 28 Nov, 2003 1 commit
    • monty@mysql.com's avatar
      Added missing SSL library (Should be in source distribution) · ede8169d
      monty@mysql.com authored
      Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
      Added a lot of 'version_xxx' strings to 'show variables'
      Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
      Fixed problem with printing sub selects to debug log
      ede8169d
  20. 23 Nov, 2003 1 commit
  21. 20 Nov, 2003 1 commit
  22. 19 Nov, 2003 1 commit
  23. 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
  24. 14 Nov, 2003 1 commit
  25. 23 Oct, 2003 1 commit
  26. 15 Oct, 2003 1 commit
  27. 16 Sep, 2003 1 commit
  28. 26 Aug, 2003 1 commit
  29. 25 Aug, 2003 1 commit
  30. 09 Aug, 2003 1 commit
  31. 07 Aug, 2003 1 commit
  32. 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
  33. 30 Jul, 2003 1 commit
    • serg@serg.mylan's avatar
      Bug#937 · c8c7aab6
      serg@serg.mylan authored
      myisamchk.c:
        help text clarified
      mi_check.c:
        allow one to "analyze" empty table :)
      c8c7aab6
  34. 18 Jul, 2003 1 commit
  35. 30 Jun, 2003 1 commit
  36. 13 May, 2003 1 commit
  37. 05 May, 2003 1 commit
  38. 04 May, 2003 1 commit
  39. 22 Apr, 2003 1 commit
  40. 24 Mar, 2003 1 commit