In relation to my other question today I am wondering how to use MySQL\'s SLEEP(duration) correctly.
From what I gathered reading MySQL Dev forums and very vague descrip
SELECT ... SELECT SLEEP(5); SELECT ...
But what are you using this for? Are you trying to circumvent/reinvent mutexes or transactions?