An error occurred fetching the project authors.
  1. 16 Mar, 2007 2 commits
    • brian@zim.(none)'s avatar
      The pthread() support was not working. Once I fixed use-thread in a previous... · e246cb3d
      brian@zim.(none) authored
      The pthread() support was not working. Once I fixed use-thread in a previous push I realized that the pthread/windows code was not working. I've replaced the fork/thread design with a pure pthread design using condition timers and broadcast.
      
      Ramification, UNIX now uses thread, support for slaves had to be dropped and there is no need for the --use-threads flag.
      Added --concurrency=0 option so that it will start at 1 and keep going up until something bad happens :)
      e246cb3d
    • brian@zim.(none)'s avatar
      Correctly report load type. · 45d7dff6
      brian@zim.(none) authored
      Updated engine to also handle create options
      Secondary indexes can now be generated (aka the test PeterZ thoughts!)
      45d7dff6
  2. 13 Mar, 2007 2 commits
  3. 12 Mar, 2007 1 commit
  4. 07 Mar, 2007 1 commit
  5. 04 Feb, 2007 1 commit
  6. 29 Jan, 2007 1 commit
  7. 27 Dec, 2006 1 commit
  8. 30 Nov, 2006 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings (Mostly VC++): · 3a35c300
      monty@mysql.com/narttu.mysql.fi authored
      - Removed not used variables
      - Changed some ulong parameters/variables to ulonglong (possible serious bug)
      - Added casts to get rid of safe assignment from longlong to long (and similar)
      - Added casts to function parameters
      - Fixed signed/unsigned compares
      - Added some constructores to structures
      - Removed some not portable constructs
      
      Better fix for bug Bug #21428 "skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
      (Added new parameter to net_clear() to define when we want the communication buffer to be emptied)
      3a35c300
  9. 27 Nov, 2006 1 commit
  10. 26 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Fixed a LOT of compiler warnings · fa81a82e
      monty@mysql.com/nosik.monty.fi authored
      Added missing DBUG_RETURN statements (in mysqldump.c)
      Added missing enums
      Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes
      Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
      fa81a82e
  11. 27 Jul, 2006 1 commit
  12. 20 Jul, 2006 1 commit
  13. 28 Apr, 2006 1 commit
  14. 13 Apr, 2006 1 commit
  15. 11 Apr, 2006 5 commits
  16. 29 Mar, 2006 1 commit
  17. 27 Mar, 2006 1 commit
  18. 10 Mar, 2006 1 commit
  19. 02 Mar, 2006 1 commit
  20. 26 Feb, 2006 1 commit
  21. 19 Feb, 2006 1 commit
  22. 14 Feb, 2006 2 commits
    • serg@serg.mylan's avatar
      dbug changes: · 63cfd118
      serg@serg.mylan authored
      1. dbug state is now local to a thread
      2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL,
         DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF
      3. macros are do{}while(0) wrapped
      4. incremental modifications to the dbug state (e.g. "+d,info:-t")
      5. dbug code cleanup, style fixes
      6. _db_on_ and DEBUGGER_ON/OFF removed
      7. rest of MySQL code fixed because of 3 (missing ;) and 6
      8. dbug manual updated
      9. server variable @@debug (global and local) to control dbug from SQL!
      a. -#T to print timestamps in the log
      63cfd118
    • brian@zim.tangent.org's avatar
      Fixed comments bug#17239 · abf4f177
      brian@zim.tangent.org authored
      abf4f177
  23. 26 Jan, 2006 1 commit
  24. 20 Jan, 2006 1 commit
  25. 19 Jan, 2006 2 commits
  26. 16 Jan, 2006 1 commit
  27. 12 Jan, 2006 2 commits
  28. 03 Jan, 2006 1 commit
  29. 02 Jan, 2006 3 commits