An error occurred fetching the project authors.
  1. 16 Jun, 2007 1 commit
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #28625: · 8f09a374
      gshchepa/uchum@gleb.loc authored
      DECIMAL column was used instead of BIGINT for the minimal possible
      BIGINT (-9223372036854775808).
      
      The Item_func_neg::fix_length_and_dec has been adjusted to
      to inherit the type of the argument in the case when it's an 
      Item_int object whose value is equal to LONGLONG_MIN.
      8f09a374
  2. 16 May, 2007 1 commit
  3. 15 Nov, 2006 1 commit
  4. 01 Mar, 2006 1 commit
  5. 25 Oct, 2005 1 commit
  6. 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
  7. 08 Aug, 2005 1 commit
  8. 28 Jul, 2005 1 commit
  9. 30 Apr, 2005 1 commit
  10. 28 Feb, 2005 1 commit
  11. 24 Feb, 2004 1 commit
  12. 04 Feb, 2004 1 commit
  13. 02 Feb, 2004 1 commit
  14. 20 Nov, 2003 1 commit
  15. 16 Nov, 2003 1 commit
  16. 20 Jul, 2003 1 commit
  17. 27 Feb, 2003 1 commit
  18. 25 Feb, 2003 2 commits
  19. 03 Feb, 2003 1 commit
  20. 05 Jan, 2003 1 commit
  21. 24 Nov, 2002 1 commit
  22. 12 Aug, 2002 1 commit
  23. 08 Aug, 2002 2 commits
  24. 29 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      New error messages · be462898
      monty@hundin.mysql.fi authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      be462898
  25. 02 Jan, 2002 2 commits
    • monty@hundin.mysql.fi's avatar
      New CAST syntax · 2597b1aa
      monty@hundin.mysql.fi authored
      Cleanup of multi-table-delete in sql_yacc.yy
      Changed syntax of MAXIMUM QUERIES PER HOUR to MAX_QUERIES_PER_HOUR to
      not get too many reserved words.
      2597b1aa
    • monty@hundin.mysql.fi's avatar
      Added macros for nice TIMESPEC usage. · 4b877e00
      monty@hundin.mysql.fi authored
      Fixes for building MySQL with gcc 3.0
      Added SIGNED / UNSIGNED casts
      Fixed core dump bug in net_clear() with libmysqld.
      Back to using semaphores in query cache.
      Added 'Null' and 'Index_type' to SHOW INDEX.
      4b877e00
  26. 27 Sep, 2001 1 commit
  27. 19 Jun, 2001 1 commit
  28. 04 Jan, 2001 1 commit
  29. 28 Dec, 2000 1 commit