mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches
This commit is contained in:
@ -241,11 +241,6 @@ int safe_cond_timedwait(pthread_cond_t *cond, safe_mutex_t *mp,
|
||||
fflush(stderr);
|
||||
abort();
|
||||
}
|
||||
#ifdef __NETWARE__
|
||||
/* NetWare doesn't re-acquire the mutex on an error */
|
||||
if (error && pthread_mutex_lock(&mp->mutex))
|
||||
mp->count--;
|
||||
#endif /* __NETWARE__ */
|
||||
mp->thread=pthread_self();
|
||||
mp->file= (char*) file;
|
||||
mp->line=line;
|
||||
|
Reference in New Issue
Block a user