Commit b1d12045 authored by thek@adventure.(none)'s avatar thek@adventure.(none)
Browse files

Merge adventure.(none):/home/thek/Development/cpp/bug21074/my50-bug21074

into  adventure.(none):/home/thek/Development/cpp/mysql-5.0-runtime
parents 0184f50f a8b9bd9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1093,7 +1093,7 @@ Query_cache::send_result_to_client(THD *thd, char *sql, uint query_length)
    spin_count++;
    if (spin_count%5)
      new_time= my_clock();
    pthread_yield();
    my_sleep(0);
  }

  if (lock_status != 0)