An error occurred fetching the project authors.
  1. 04 May, 2005 1 commit
  2. 29 Apr, 2005 1 commit
  3. 28 Apr, 2005 1 commit
  4. 26 Apr, 2005 1 commit
  5. 13 Apr, 2005 1 commit
  6. 06 Apr, 2005 1 commit
  7. 29 Mar, 2005 1 commit
  8. 25 Mar, 2005 1 commit
  9. 15 Mar, 2005 1 commit
  10. 18 Feb, 2005 1 commit
  11. 12 Jan, 2005 1 commit
  12. 11 Jan, 2005 1 commit
  13. 04 Jan, 2005 1 commit
  14. 03 Jan, 2005 1 commit
  15. 12 Nov, 2004 2 commits
  16. 11 Nov, 2004 2 commits
  17. 05 Nov, 2004 2 commits
  18. 10 Sep, 2004 1 commit
  19. 06 Sep, 2004 1 commit
  20. 05 Sep, 2004 1 commit
  21. 02 Sep, 2004 1 commit
  22. 30 Aug, 2004 1 commit
  23. 03 Jun, 2004 1 commit
  24. 25 May, 2004 1 commit
  25. 28 Apr, 2004 1 commit
  26. 23 Mar, 2004 1 commit
  27. 20 Mar, 2004 1 commit
  28. 02 Feb, 2004 1 commit
  29. 23 Jan, 2004 1 commit
  30. 15 Jan, 2004 2 commits
  31. 20 Nov, 2003 1 commit
  32. 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
  33. 23 Sep, 2003 1 commit
  34. 17 Sep, 2003 1 commit
  35. 28 Aug, 2003 2 commits