An error occurred fetching the project authors.
  1. 23 Mar, 2004 1 commit
  2. 18 Mar, 2004 1 commit
  3. 16 Mar, 2004 3 commits
  4. 17 Feb, 2004 1 commit
  5. 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
  6. 14 Feb, 2004 1 commit
  7. 09 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      Added --compact to mysqlbinlog · 06432eac
      monty@mysql.com authored
      Fixed output from mysqlbinlog when using --skip-comments
      Fixed warnings from valgrind
      Fixed ref_length when used with HEAP tables
      More efficent need_conversion()
      Fixed error handling in UPDATE with not updateable tables
      Fixed bug in null handling in CAST to signed/unsigned
      06432eac
  8. 05 Feb, 2004 1 commit
  9. 04 Feb, 2004 1 commit
  10. 02 Feb, 2004 1 commit
  11. 30 Jan, 2004 1 commit
  12. 28 Jan, 2004 1 commit
  13. 19 Jan, 2004 2 commits
  14. 10 Dec, 2003 1 commit
  15. 06 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for #1992 · dff5b0a7
      hf@deer.(none) authored
      This bug happens when a query, having subselects in the fields list,
      needs temporary table.
      Item_subselect::get_tmp_table_item isn't implemented and just returns
      *this. So the tmp_table_item takes value not from temporary but
      from original table.
      dff5b0a7
  16. 27 Nov, 2003 1 commit
  17. 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
  18. 17 Nov, 2003 1 commit
  19. 15 Nov, 2003 1 commit
  20. 02 Nov, 2003 2 commits
  21. 30 Oct, 2003 1 commit
  22. 26 Oct, 2003 1 commit
  23. 23 Oct, 2003 1 commit
  24. 19 Oct, 2003 2 commits
  25. 17 Oct, 2003 1 commit
  26. 16 Oct, 2003 2 commits
  27. 11 Oct, 2003 1 commit
  28. 10 Oct, 2003 1 commit
  29. 08 Oct, 2003 2 commits
  30. 06 Oct, 2003 2 commits
  31. 30 Sep, 2003 1 commit
  32. 20 Sep, 2003 1 commit