An error occurred fetching the project authors.
  1. 10 Aug, 2004 2 commits
  2. 06 Aug, 2004 1 commit
  3. 05 Aug, 2004 1 commit
  4. 01 Jul, 2004 1 commit
  5. 26 Jun, 2004 1 commit
  6. 25 Jun, 2004 1 commit
  7. 24 Jun, 2004 1 commit
    • konstantin@mysql.com's avatar
      Fix for Bug#4030 "Client side conversion string -> date type doesn't · a30fcdc6
      konstantin@mysql.com authored
      work (prepared statements)" and after-review fixes:
      - str_to_TIME renamed to str_to_datetime to pair with str_to_time
      - functions str_to_time and str_to_TIME moved to sql-common
      - send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE,
        MYSQL_TIME_DATETIME types of user input buffers.
      - few more comments in the client library
      - a test case added.
      a30fcdc6
  8. 23 Jun, 2004 1 commit
  9. 22 Jun, 2004 1 commit
  10. 19 Jun, 2004 1 commit
  11. 18 Jun, 2004 2 commits
  12. 17 Jun, 2004 1 commit
  13. 16 Jun, 2004 3 commits
  14. 15 Jun, 2004 2 commits
    • guilhem@mysql.com's avatar
      API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level. · f1fda638
      guilhem@mysql.com authored
      Server will however still accept shutdown without specified level; so that old
      mysqladmin can still shut server down.
      I would like your comments on the names of shutdown level which I chose. You
      are welcome to propose better names. Please however check WL#709 before.
      Reason for the names I propose is to be accurate, thus leaving possibility
      for other levels which we may imagine in the future; that's why I have rejected
      names like "fast", "smart", "graceful" so far. My position is that WAIT_ALL_BUFFERS
      or WAIT_CRITICAL_BUFFERS say what the shutdown does, whereas for "smart", "fast" you
      need to remember what it does.
      This should be pushed in 4.1.3 but only after your comments.
      f1fda638
    • konstantin@mysql.com's avatar
  15. 11 Jun, 2004 1 commit
  16. 10 Jun, 2004 1 commit
  17. 08 Jun, 2004 1 commit
  18. 05 Jun, 2004 2 commits
  19. 02 Jun, 2004 1 commit
  20. 31 May, 2004 1 commit
  21. 26 May, 2004 2 commits
  22. 24 May, 2004 2 commits
  23. 15 May, 2004 1 commit
  24. 07 May, 2004 1 commit
  25. 06 May, 2004 2 commits
  26. 04 May, 2004 1 commit
    • monty@mysql.com's avatar
      Fix to handle unsigned data in prepared statements (Bug #3447) · 59ddd8c7
      monty@mysql.com authored
      Fixed security problem that password was temporarly reset when someone changed GRANT for a user. (Bug #3404)
      Fixed problem with PROCEDURE analyse() and impossible WHERE (Bug #2238)
      Don't auto-repair tables in mysqlcheck if table type doesn't support 'check' command.
      59ddd8c7
  27. 30 Apr, 2004 2 commits
  28. 29 Apr, 2004 2 commits
  29. 28 Apr, 2004 1 commit