1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merged 4.1 to 5.0.

This commit is contained in:
pem@mysql.com
2003-04-29 12:06:04 +02:00
100 changed files with 5925 additions and 287 deletions

View File

@@ -833,7 +833,7 @@ void kill_zombie_dump_threads(uint32 slave_server_id)
it will be slow because it will iterate through the list
again. We just to do kill the thread ourselves.
*/
tmp->awake(1/*prepare to die*/);
tmp->awake(THD::KILL_QUERY);
pthread_mutex_unlock(&tmp->LOCK_delete);
}
}