An error occurred fetching the project authors.
  1. 30 May, 2007 1 commit
  2. 18 May, 2007 1 commit
  3. 10 Apr, 2007 1 commit
  4. 29 Mar, 2007 1 commit
    • ramil/ram@mysql.com/ramil.myoffice.izhnet.ru's avatar
      Fix for bugs · e3c34c9c
      #27176: Assigning a string to an year column has unexpected results
      #26359: Strings becoming truncated and converted to numbers under STRICT mode
      
      Problems: 
      1. storing a string to an integer field we don't check 
         if strntoull10rnd() returns MY_ERRNO_EDOM error.
         Fix: check for MY_ERRNO_EDOM.
      2. storing a string to an year field we use my_strntol() function.
         Fix: use strntoull10rnd() instead.
      e3c34c9c
  5. 08 Feb, 2007 1 commit
  6. 21 Dec, 2006 1 commit
  7. 20 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Remove compiler warnings · e8258798
      monty@mysql.com/nosik.monty.fi authored
      (Mostly in DBUG_PRINT() and unused arguments)
      Fixed bug in query cache when used with traceing (--with-debug)
      Fixed memory leak in mysqldump
      Removed warnings from mysqltest scripts (replaced -- with #)
      e8258798
  8. 20 Jul, 2006 1 commit
  9. 12 Jul, 2006 1 commit
  10. 29 Jun, 2006 1 commit
  11. 23 May, 2006 1 commit
  12. 13 Sep, 2005 1 commit
    • monty@mishka.mysql.fi's avatar
      Added option --valgrind-mysqltest to mysql-test-run · f348f62c
      monty@mishka.mysql.fi authored
      Added flag to Field::store(longlong) to specify if value is unsigned.
      This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0)
      Fixed warning from valgrind in CREATE ... SELECT
      Fixed double free of mysql.options if reconnect failed
      f348f62c
  13. 01 Sep, 2005 1 commit
  14. 26 Jul, 2005 1 commit
  15. 25 Jul, 2005 1 commit
  16. 18 Jul, 2005 1 commit
  17. 15 Jul, 2005 1 commit
  18. 13 May, 2005 1 commit
  19. 12 May, 2005 1 commit
  20. 05 Apr, 2005 1 commit
  21. 04 Apr, 2005 2 commits
  22. 01 Apr, 2005 1 commit
    • monty@mysql.com's avatar
      Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) · 201ee3eb
      monty@mysql.com authored
      CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912)
      ALTER TABLE now fails in STRICT mode if it generates warnings.
      Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
      201ee3eb
  23. 30 Mar, 2005 2 commits
  24. 10 Mar, 2005 1 commit
  25. 22 Feb, 2005 1 commit
  26. 16 Feb, 2005 1 commit
  27. 14 Feb, 2005 1 commit
  28. 08 Feb, 2005 2 commits
  29. 19 Jan, 2005 1 commit
  30. 15 Jan, 2005 1 commit
  31. 14 Jan, 2005 1 commit
  32. 11 Jan, 2005 1 commit
  33. 03 Jan, 2005 1 commit
  34. 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
  35. 26 Nov, 2004 1 commit
  36. 20 Oct, 2004 1 commit
  37. 07 Oct, 2004 1 commit