1. 15 Feb, 2007 1 commit
    • Kristofer.Pettersson@naruto.'s avatar
      Bug#25042 OPTIMIZE TABLE cause race condition in IO CACHE SHARE · cd0a43f5
      Kristofer.Pettersson@naruto. authored
      - The condition variable implementation "lost" a signal to
        WaitOnSingleObject when a semaphore was released.
      - The signal could be consumed by a new call to pthread_cond_wait
        before all waiting threads had awoken.
      - The new implementation of pthread_cond_* uses events
        instead of semaphores. It also uses an extra lock to protect entry
        into new cond wait before the broadcast has finished.
      cd0a43f5
  2. 13 Feb, 2007 2 commits
  3. 12 Feb, 2007 4 commits
  4. 09 Feb, 2007 1 commit
  5. 08 Feb, 2007 3 commits
  6. 07 Feb, 2007 8 commits
  7. 06 Feb, 2007 21 commits