| 1332 | |
| 1333 | |
| 1334 | void item_func_sleep_free(void) |
| 1335 | { |
| 1336 | if (item_func_sleep_inited) |
| 1337 | { |
| 1338 | item_func_sleep_inited= 0; |
| 1339 | mysql_mutex_destroy(&LOCK_item_func_sleep); |
| 1340 | } |
| 1341 | } |
| 1342 | |
| 1343 | |
| 1344 | /** This function is just used to create tests with time gaps. */ |