An error occurred fetching the project authors.
  1. 15 Oct, 2004 1 commit
  2. 14 Oct, 2004 2 commits
  3. 22 Sep, 2004 1 commit
  4. 11 Sep, 2004 1 commit
  5. 08 Sep, 2004 1 commit
  6. 07 Sep, 2004 2 commits
  7. 02 Sep, 2004 1 commit
  8. 26 Aug, 2004 2 commits
  9. 25 Aug, 2004 1 commit
  10. 19 Aug, 2004 1 commit
  11. 17 Aug, 2004 1 commit
  12. 10 Aug, 2004 2 commits
  13. 06 Aug, 2004 1 commit
  14. 05 Aug, 2004 3 commits
  15. 22 Jul, 2004 1 commit
    • hf@deer.(none)'s avatar
      Fixes for bugs in embedded library: · 94bfeb83
      hf@deer.(none) authored
      #4700 (Unsigned value returned as signed)
          just no appropriate checking
      #4701 (Errors returned earlier than expected)
          all errors returned from send_command()
      #4702 (Result isn't freed properly if there's no retrieval)
          flush_use_result has only 'client' version and should
          be made 'virtual'
      94bfeb83
  16. 01 Jul, 2004 1 commit
  17. 26 Jun, 2004 1 commit
  18. 25 Jun, 2004 1 commit
  19. 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
  20. 23 Jun, 2004 1 commit
  21. 22 Jun, 2004 1 commit
  22. 19 Jun, 2004 1 commit
  23. 18 Jun, 2004 2 commits
  24. 17 Jun, 2004 1 commit
  25. 16 Jun, 2004 3 commits
  26. 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
  27. 11 Jun, 2004 1 commit
  28. 10 Jun, 2004 1 commit
  29. 08 Jun, 2004 1 commit
  30. 05 Jun, 2004 1 commit