1
0
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:
greg@mysql.com
2003-03-28 14:24:32 -05:00
parent a83d0497d7
commit 080b73ee18
10 changed files with 41 additions and 96 deletions

View File

@ -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;