1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

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

into  adventure.(none):/home/thek/Development/cpp/mysql-5.0-runtime


sql/sql_cache.cc:
  Auto merged
This commit is contained in:
unknown
2007-09-03 13:46:10 +02:00

View File

@ -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)