| 13767 | #endif |
| 13768 | #if SQLITE_THREADSAFE+0>=1 && defined(SQLITE_DEBUG) |
| 13769 | static void recoverAssertMutexHeld(void){ |
| 13770 | assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); |
| 13771 | } |
| 13772 | #else |
| 13773 | # define recoverAssertMutexHeld() |
| 13774 | #endif |
no test coverage detected