An error occurred fetching the project authors.
  1. 18 Jun, 2004 1 commit
    • guilhem@mysql.com's avatar
      API change: mysql_shutdown() now requires a 2nd argument, the shutdown level. · 19dbf58e
      guilhem@mysql.com authored
      mysqld >=4.1.3 will however understand shutdown requests sent by clients <4.1.3.
      And mysqld <4.1.3 will understand shutdown requests sent by clients >=4.1.3
      (it will ignore the level). Those shutdown level are just PLACEHOLDERS now.
      So this change is just to make the 4.1 API suitable before it is frozen. Later
      we will actually implement the shutdown levels.
      19dbf58e
  2. 15 Jun, 2004 1 commit
    • 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
  3. 11 Jun, 2004 1 commit
  4. 10 Jun, 2004 1 commit
  5. 08 Jun, 2004 1 commit
  6. 05 Jun, 2004 2 commits
  7. 02 Jun, 2004 1 commit
  8. 31 May, 2004 1 commit
  9. 26 May, 2004 2 commits
  10. 24 May, 2004 2 commits
  11. 15 May, 2004 1 commit
  12. 07 May, 2004 1 commit
  13. 06 May, 2004 2 commits
  14. 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
  15. 30 Apr, 2004 2 commits
  16. 29 Apr, 2004 2 commits
  17. 28 Apr, 2004 1 commit
  18. 30 Mar, 2004 1 commit
  19. 28 Mar, 2004 1 commit
  20. 26 Mar, 2004 1 commit
  21. 25 Mar, 2004 1 commit
  22. 23 Mar, 2004 1 commit
  23. 17 Mar, 2004 1 commit
  24. 15 Mar, 2004 1 commit
    • konstantin@mysql.com's avatar
      Intermediate commit of client library (cleanups + fixes of 3 items from · 420c956d
      konstantin@mysql.com authored
      flaws list)
      TODO: 
       * verify that no sequence of API calls produces SIGSEGV.
       That is, verify that mysql_stmt_init  -> mysql_stmt_fetch is OK,
       or mysql_stmt_prepare -> mysql_stmt_fetch_column is OK and sets
       meaningful error.
       * remove alloc_stmt_fields call
       * revise stmt->state codes and statement states.
       * there are other items in prepared statements 'to fix' document.
      
      Done:
       - cleanups and comments
       - revision of prepared statement error codes.
       - mysql_stmt_prepare is now can always be called (that is, you can reprepare
         a statement)
       - new implementation of mysql_stmt_close and fetch cancellation
      420c956d
  25. 12 Mar, 2004 1 commit
  26. 10 Mar, 2004 1 commit
  27. 05 Mar, 2004 2 commits
    • konstantin@mysql.com's avatar
      Fix for C++ style declaration · 1d624d35
      konstantin@mysql.com authored
      1d624d35
    • konstantin@mysql.com's avatar
      New call mysql_stmt_init() introduced. · 7753c6b9
      konstantin@mysql.com authored
      Renames:
      mysql_bind_param      -> mysql_stmt_bind_param
      mysql_bind_result     -> mysql_stmt_bind_result
      mysql_execute         -> mysql_stmt_execute
      mysql_fetch           -> mysql_stmt_fetch
      mysql_fetch_column    -> mysql_stmt_fetch_column
      mysql_get_metadata    -> mysql_stmt_result_metadata
      mysql_param_count     -> mysql_stmt_param_count
      mysql_param_result    -> mysql_stmt_param_metadata
      mysql_prepare         -> mysql_stmt_prepare
      mysql_send_long_data  -> mysql_stmt_send_long_data
      
      client_test.c cleaned up from memory leaks
      7753c6b9
  28. 20 Feb, 2004 2 commits
  29. 19 Feb, 2004 2 commits
  30. 16 Feb, 2004 1 commit
  31. 14 Feb, 2004 1 commit