| 157 | #endif |
| 158 | |
| 159 | void corrupt(const char* text) noexcept |
| 160 | { |
| 161 | #ifdef DEV_BUILD |
| 162 | fprintf(stderr, "%s\n", text); |
| 163 | abort(); |
| 164 | #endif |
| 165 | } |
| 166 | |
| 167 | Firebird::Mutex* cache_mutex = NULL; |
| 168 | int dev_zero_fd = 0; |
no outgoing calls
no test coverage detected