An error occurred fetching the project authors.
  1. 05 May, 2005 1 commit
    • rburnett@bk-internal.mysql.com's avatar
      Bug #9721 net_write_timeout not used on Windows · e7d7c0f2
      rburnett@bk-internal.mysql.com authored
      Added an extra parameter to all calls to timeout().  
      1 means we want to set the write timeout
      0 means we wnat to set the read timeout
      
      viossl.c:
        Add which parameter to ssl timeout routine
      vio_priv.h:
        Added which parameter to vio_ignore_timeout and vio_ssl_timeout
      violite.h:
        Add which parameter to vio_timeout sigs
      net_serv.cc:
        Use proper which code in call to vio_timeout to set the proper timeout
      viosocket.c:
        Set the appropriate timeout in vio_timeout
      e7d7c0f2
  2. 07 Mar, 2005 1 commit
  3. 04 Mar, 2005 1 commit
  4. 20 Jan, 2005 1 commit
  5. 11 Jan, 2005 1 commit
  6. 10 Jan, 2005 1 commit
  7. 06 Dec, 2004 1 commit
  8. 12 Nov, 2004 1 commit
  9. 05 Nov, 2004 1 commit
  10. 02 Nov, 2004 1 commit
    • monty@mysql.com's avatar
      Remove usage of !$ from mysql-tests · 2185f1a5
      monty@mysql.com authored
      Added protocol::flush() for easier embedded-server code
      Increase block allocation variables a bit as they where a bit too small for MySQL 4.1
      Added option --silent to client_test
      2185f1a5
  11. 23 Oct, 2004 1 commit
  12. 13 Sep, 2004 1 commit
  13. 08 Sep, 2004 1 commit
  14. 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
  15. 21 Feb, 2004 1 commit
  16. 18 Dec, 2003 1 commit
  17. 27 Nov, 2003 1 commit
  18. 24 Sep, 2003 1 commit
  19. 13 Sep, 2003 1 commit
  20. 26 Aug, 2003 1 commit
  21. 20 Aug, 2003 1 commit
  22. 09 Jul, 2003 1 commit
  23. 04 Jul, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c224b558
      hf@deer.(none) authored
      Including client code into embedded library
      
      Code trimming (fixes of comments etc)
      c224b558
  24. 26 Jun, 2003 1 commit
  25. 17 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c4e3a624
      hf@deer.(none) authored
      client capabilities included into libmysqld
      some API methods became "virtual"
      lots of duplicated code removed
      
      IMHO all the above made library's code way more pleasant to look at, didn't it?
      c4e3a624
  26. 05 Jun, 2003 3 commits
  27. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      monty@narttu.mysql.fi authored
      bmove_allign -> bmove_align
      Added OLAP function ROLLUP
      Split mysql_fix_privilege_tables to a script and a .sql data file
      Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
      Added table_alias_charset, for easier --lower-case-table-name handling
      Better SQL_MODE handling (Setting complex options also sets sub options)
      New (faster) assembler string functions for x86
      23145cfe
  28. 15 Apr, 2003 1 commit
  29. 11 Mar, 2003 1 commit
  30. 04 Jan, 2003 2 commits
  31. 02 Jan, 2003 2 commits
  32. 26 Dec, 2002 2 commits
  33. 16 Dec, 2002 1 commit
  34. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  35. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9