An error occurred fetching the project authors.
  1. 06 Dec, 2005 1 commit
  2. 25 Sep, 2005 1 commit
  3. 22 Sep, 2005 1 commit
  4. 29 Apr, 2005 1 commit
  5. 30 Dec, 2004 1 commit
  6. 07 Sep, 2004 1 commit
  7. 13 May, 2004 1 commit
  8. 26 Mar, 2004 1 commit
    • bar@bar.intranet.mysql.r18.ru's avatar
      1. New data types, from the user point of view: · 3aea3e92
      bar@bar.intranet.mysql.r18.ru authored
         BINARY(N) and VARBIBARY(N)
      2. More 4.0 compatibility and more BINARY keyword consistency:
      2a. CREATE TABLE a (a CHAR(N) BINARY) 
          is now synonym for
          CREATE TABLE a (a CHAR(N) COLLATE xxxx_bin)
      2b. SELECT BINARY x
          is still synonin for
          SELECT x COLLATE xxxxx_bin.
      3aea3e92
  9. 11 Feb, 2004 1 commit
  10. 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
  11. 22 Jan, 2004 1 commit
  12. 25 Dec, 2003 1 commit
  13. 10 Dec, 2003 1 commit
  14. 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
  15. 30 Oct, 2003 1 commit
  16. 21 Aug, 2003 1 commit
  17. 08 Jul, 2003 1 commit
  18. 30 May, 2003 1 commit
  19. 28 May, 2003 1 commit
  20. 28 Mar, 2003 1 commit
  21. 27 Mar, 2003 1 commit
  22. 14 Dec, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes for binary protocol (complement to last push) · d49167ba
      monty@mashka.mysql.fi authored
      Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format.
      DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types.
      Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
      d49167ba
  23. 11 Dec, 2002 1 commit
  24. 24 Nov, 2002 1 commit