An error occurred fetching the project authors.
  1. 07 Apr, 2006 1 commit
  2. 13 Oct, 2005 1 commit
  3. 24 Aug, 2005 1 commit
  4. 28 Jul, 2005 1 commit
  5. 24 Jun, 2005 1 commit
  6. 20 Jun, 2005 1 commit
  7. 01 Jun, 2005 1 commit
  8. 27 May, 2005 1 commit
  9. 04 Jan, 2005 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 7cf8285b
      monty@mysql.com authored
      Add support for warnings for prepare of prepared statements
      Fixed test to work with --ps-protocol
      Fixed some test results
      7cf8285b
  10. 30 Dec, 2004 1 commit
  11. 15 Nov, 2004 1 commit
  12. 21 Jun, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 1388c164
      monty@mysql.com authored
      Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
      1388c164
  13. 28 Apr, 2004 1 commit
    • monty@mysql.com's avatar
      Fixed http address in some scripts (Bug #3460) · f10d098f
      monty@mysql.com authored
      Output TIMESTAMP in 4.1 format for 4.1 tables (or for TIMESTAMP(19)) (portability fix)
      Fixed that INTERVAL can handle big integers. (Bug #3498)
      Fixed that hostname="" works identical as hostname="%" for table/column grants (Bug #3473)
      f10d098f
  14. 25 Mar, 2004 1 commit
  15. 23 Mar, 2004 1 commit
  16. 15 Mar, 2004 1 commit
  17. 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
  18. 10 Dec, 2003 1 commit
  19. 08 Dec, 2003 2 commits
    • gluh@gluh.mysql.r18.ru's avatar
      post-merge fixes · 43588228
      gluh@gluh.mysql.r18.ru authored
      43588228
    • gluh@gluh.mysql.r18.ru's avatar
      WL#530&531: TIMESTAMPADD, TIMESTAMPDIFF functions · ec874924
      gluh@gluh.mysql.r18.ru authored
      Syntax for TIMESTAMPADD:
      
      TIMESTAMPADD(interval, integer_expression, datetime_expression)
      
      interval:= FRAC_SECOND | SECOND | MINUTE | HOUR | DAY | WEEK | MONTH | 
      QUARTER | YEAR
      
      Supported SQL_TSI_  prefix  (like SQL_TSI_SECOND)
      
      Syntax for TIMESTAMPDIFF:
      
      TIMESTAMPDIFF(interval, datetime_expression1, datetime_expression2)
      
      interval:= FRAC_SECOND | SECOND | MINUTE | HOUR | DAY | WEEK | MONTH | 
      QUARTER | YEAR
      
      Supported SQL_TSI_  prefix  (like SQL_TSI_SECOND)
      ec874924
  20. 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
  21. 17 Nov, 2003 1 commit
  22. 30 Oct, 2003 1 commit
  23. 11 Aug, 2003 1 commit
  24. 19 Jun, 2003 1 commit
  25. 11 Jun, 2003 1 commit
  26. 19 Feb, 2003 1 commit
  27. 05 Jan, 2003 1 commit
  28. 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
  29. 24 Nov, 2002 1 commit
  30. 22 Nov, 2002 1 commit
  31. 12 Nov, 2002 1 commit
  32. 05 Nov, 2002 1 commit
  33. 03 Nov, 2001 1 commit
  34. 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
  35. 21 Aug, 2001 1 commit
  36. 16 Aug, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      fixed bug in Item_func_div::val_int() that broke all functions that · 8ca3b53a
      sasha@mysql.sashanet.com authored
      do val_int() on their arguments before starting the computation. 
      Similar fixes are need for +-* and probably several other but I want
      to make sure Monty is fine with my fix approach before changing a lot
      of code. 
      
      Amazingly,
      this bug is not as critical as you would expect since very few functions do val_int()
      on their arguments ( from_unixtime(), sec_to_time()), and those not
      very frequently perform a computation on their floating point arguments.
      which is probably why no one has yet reported this bug. Another 
      possibility is that the result is usually wrong by no more than 5%,
      which makes it hard to catch it. I found it when trying to compute mile
      splits for 30:47 10K - it told me 5:07, and I knew it was wrong because
      5:00 mile gives you 31:08. However, if I had not run as many 10K races,
      I would have easily believed that 30:47 10K is a 5:07 mile pace and 
      would not have noticed the bug.
      8ca3b53a
  37. 22 May, 2001 1 commit
  38. 09 Apr, 2001 1 commit
  39. 31 Jan, 2001 1 commit
    • monty@donna.mysql.com's avatar
      New myisamchk option --sort-recover · bdbc0ef7
      monty@donna.mysql.com authored
      Allow delete of crashed MyISAM tables
      Fixed bug when BLOB was first part of key
      Fixed bug when using result from CASE in GROUP BY
      Fixed core-dump bug in monthname()
      Optimized calling of check_db_name()
      bdbc0ef7