An error occurred fetching the project authors.
  1. 20 May, 2004 1 commit
  2. 18 May, 2004 1 commit
  3. 18 Mar, 2004 1 commit
  4. 15 Mar, 2004 1 commit
  5. 30 Jan, 2004 1 commit
    • dlenev@mysql.com's avatar
      Fix for bug #2523 '"func_time" test fails on QNX'. · 4578f222
      dlenev@mysql.com authored
      Moved all range checks for TIMESTAMP value to my_gmt_sec().
      Also fixed check of upper boundary of TIMESTAMP range (which 
      also now will catch datetime values which are too small for
      TIMESTAMP in case if time_t is unsigned).  
      4578f222
  6. 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
  7. 07 Dec, 2003 1 commit
    • gluh@gluh.mysql.r18.ru's avatar
      WL#1175: more default_week_formats for iso compatibility · 48317785
      gluh@gluh.mysql.r18.ru authored
      New formats added for 'week()' function and 'default_week_format' option(4 - 7).
      Next formats is supported now:
      *Value* *Meaning*
        `0'     Week starts on Sunday; First Sunday of the year starts week 1.
        	  Week() returns 0-53.
        `1'     Week starts on Monday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 0-53.
        `2'     Week starts on Sunday; First Sunday of the year starts week 1.
        	  Week() returns 1-53.
        `3'     Week starts on Monday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 1-53.
        `4'     Week starts on Sunday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 0-53.
        `5'     Week starts on Monday;  First Monday of the year starts week 1.
        	  Week() returns 0-53.
        `6'     Week starts on Sunday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 1-53.
        `7'     Week starts on Monday;  First Monday of the year starts week 1.
        	  Week() returns 1-53.
      48317785
  8. 20 Nov, 2003 1 commit
  9. 04 Nov, 2003 2 commits
  10. 03 Nov, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error · a444a344
      monty@narttu.mysql.fi authored
      Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats.
      This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings
      Changed flag argument to str_to_TIME() and get_date() from bool to uint
      Removed THD from str_to_xxxx functions and Item class.
      Fixed core dump when doing --print-defaults
      Move some common string functions to strfunc.cc
      Dates as strings are now of type my_charset_bin instead of default_charset()
      Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128)
      Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums
      Renamed some TIMESTAMP_xxx enums to more appropriate names
      Use defines instead of integers for date/time/datetime string lengths
      Added to build system and use the new my_strtoll10() function.
      a444a344
  11. 20 Oct, 2003 1 commit
  12. 08 Jul, 2003 1 commit
  13. 23 Jun, 2003 1 commit
  14. 27 May, 2003 1 commit
  15. 05 May, 2003 1 commit
  16. 14 Feb, 2003 1 commit
  17. 12 Feb, 2003 1 commit
  18. 29 Jan, 2003 1 commit
  19. 19 Dec, 2002 1 commit
  20. 11 Dec, 2002 1 commit
  21. 03 Oct, 2002 1 commit
  22. 25 Sep, 2002 1 commit
  23. 02 Aug, 2002 1 commit
  24. 17 Jul, 2002 1 commit
  25. 11 Jun, 2002 1 commit
  26. 12 Mar, 2002 1 commit
  27. 06 Dec, 2001 1 commit
  28. 06 Nov, 2001 1 commit
  29. 31 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Portability fixes · d89690e6
      monty@hundin.mysql.fi authored
      Fix for consistent 0000-00-00 date handling
      Close + open binary logs on flush tables
      Fix for AVG() in HAVING.
      d89690e6
  30. 27 Sep, 2001 1 commit
  31. 21 Aug, 2001 1 commit
  32. 19 Jun, 2001 1 commit
  33. 09 Apr, 2001 1 commit
  34. 06 Apr, 2001 1 commit
  35. 15 Nov, 2000 1 commit
  36. 23 Aug, 2000 1 commit
  37. 21 Aug, 2000 1 commit
  38. 31 Jul, 2000 1 commit