The following is for checking when we can delete ourselves */
| 2730 | |
| 2731 | /* The following is for checking when we can delete ourselves */ |
| 2732 | inline void lock() |
| 2733 | { |
| 2734 | locks_in_memory++; // Assume LOCK_delay_insert |
| 2735 | } |
| 2736 | void unlock() |
| 2737 | { |
| 2738 | mysql_mutex_lock(&LOCK_delayed_insert); |
no outgoing calls
no test coverage detected