1. 02 Nov, 2007 1 commit
  2. 13 Jul, 2007 1 commit
    • tnurnberg@sin.intern.azundris.com's avatar
      Bug#27198: Error returns from time() are ignored · 5cbe511f
      tnurnberg@sin.intern.azundris.com authored
      gettimeofday() can fail and presumably, so can time().
      Keep an eye on it.
      
      Since we have no data on this at all so far, we just
      retry on failure (and log the event), assuming that
      this is just an intermittant failure. This might of
      course hang the threat until we succeed. Once we know
      more about these failures, an appropriate more clever
      scheme may be picked (only try so many times per thread,
      etc., if that fails, return last "good" time() we got or
      some such).  Using sql_print_information() to log as this
      probably only occurs in high load scenarios where the debug-
      trace likely is disabled (or might interfere with testing
      the effect).  No test-case as this is a non-deterministic
      issue.
      5cbe511f
  3. 14 Mar, 2007 2 commits
  4. 12 Mar, 2007 1 commit
  5. 07 Mar, 2007 1 commit
  6. 02 Mar, 2007 3 commits
  7. 01 Mar, 2007 1 commit
  8. 28 Feb, 2007 2 commits
  9. 22 Feb, 2007 1 commit
  10. 16 Feb, 2007 1 commit
    • joerg@trift2.'s avatar
      include/config-win.h : · 0cdbda12
      joerg@trift2. authored
      Companion change to this one
         ChangeSet@1.2206, 2007-01-22 02:32:07+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +8 -0
           include/my_pthread.h@1.67, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +31 -10
      which renamed "sigset()" -> "my_sigset()" but forgot to do it for Windows ...
      0cdbda12
  11. 14 Feb, 2007 1 commit
  12. 12 Feb, 2007 3 commits
  13. 09 Feb, 2007 2 commits
  14. 08 Feb, 2007 1 commit
  15. 30 Jan, 2007 2 commits
  16. 25 Jan, 2007 1 commit
  17. 22 Jan, 2007 1 commit
  18. 18 Jan, 2007 2 commits
  19. 11 Jan, 2007 5 commits
  20. 09 Jan, 2007 5 commits
  21. 08 Jan, 2007 1 commit
  22. 03 Jan, 2007 1 commit
  23. 20 Nov, 2006 1 commit
    • tsmith/tim@siva.hindu.god's avatar
      Backport patch of bugfix for: · 45b77b83
      tsmith/tim@siva.hindu.god authored
      - Bug #15815: Very poor performance with multiple queries running concurrently
      - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
      
      This is a patch from an e-mail; it is not included in an InnoDB snapshot.
      45b77b83