1. 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
  2. 14 Mar, 2007 2 commits
  3. 12 Mar, 2007 1 commit
  4. 07 Mar, 2007 1 commit
  5. 02 Mar, 2007 3 commits
  6. 01 Mar, 2007 1 commit
  7. 28 Feb, 2007 2 commits
  8. 22 Feb, 2007 1 commit
  9. 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
  10. 14 Feb, 2007 1 commit
  11. 12 Feb, 2007 3 commits
  12. 09 Feb, 2007 2 commits
  13. 08 Feb, 2007 1 commit
  14. 30 Jan, 2007 2 commits
  15. 25 Jan, 2007 1 commit
  16. 22 Jan, 2007 1 commit
  17. 18 Jan, 2007 2 commits
  18. 11 Jan, 2007 5 commits
  19. 09 Jan, 2007 5 commits
  20. 08 Jan, 2007 1 commit
  21. 03 Jan, 2007 1 commit
  22. 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
  23. 07 Nov, 2006 1 commit