An error occurred fetching the project authors.
  1. 26 Aug, 2004 1 commit
  2. 12 Aug, 2004 1 commit
  3. 21 Jul, 2004 1 commit
  4. 07 Jul, 2004 1 commit
  5. 29 Jun, 2004 1 commit
  6. 08 Jun, 2004 1 commit
  7. 24 May, 2004 1 commit
  8. 17 May, 2004 1 commit
  9. 13 May, 2004 1 commit
  10. 06 May, 2004 1 commit
    • monty@mysql.com's avatar
      Portability fixes · 939ea71e
      monty@mysql.com authored
      Change strtoll -> my_strtoll10()
      Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
      939ea71e
  11. 05 May, 2004 2 commits
  12. 28 Apr, 2004 2 commits
  13. 19 Mar, 2004 1 commit
  14. 15 Mar, 2004 1 commit
  15. 09 Mar, 2004 1 commit
  16. 04 Mar, 2004 1 commit
  17. 16 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · f43093ec
      monty@mysql.com authored
      Added more DBUG statements
      Ensure that we are comparing end space with BINARY strings
      Use 'any_db' instead of '' to mean any database. (For HANDLER command)
      Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
      f43093ec
  18. 20 Jan, 2004 1 commit
  19. 22 Dec, 2003 1 commit
  20. 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
  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. 10 Dec, 2003 1 commit
  23. 04 Dec, 2003 1 commit
  24. 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
  25. 07 Nov, 2003 1 commit
  26. 03 Nov, 2003 1 commit
  27. 30 Oct, 2003 1 commit
  28. 25 Sep, 2003 1 commit
  29. 18 Aug, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      After merge fixes · 4f751216
      monty@mashka.mysql.fi authored
      Use server character set if --default-character-set is not used
      Added convert_string() for more efficient alloc+character-set convert of strings
      4f751216
  30. 05 Aug, 2003 1 commit
  31. 16 Jul, 2003 1 commit
  32. 15 Jul, 2003 2 commits
  33. 12 Jul, 2003 1 commit
  34. 04 Jul, 2003 1 commit
    • bar@bar.mysql.r18.ru's avatar
      New methods · 0c2041cf
      bar@bar.mysql.r18.ru authored
        Item_func::agg_arg_collations()
        Item_func::arr_arg_collations_for_comparison()
       to aggregate argument collations.
      It helps to reuse a lot of code.
      0c2041cf
  35. 03 Jul, 2003 3 commits