Loading sql/sql_cache.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
sql/sql_cache.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading