| Bug #1629 | fails to compile mysqld on windows | ||
|---|---|---|---|
| Submitted: | 22 Oct 2003 10:58 | Modified: | 10 Dec 2003 19:47 | 
| Reporter: | Gilles Levreau | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S2 (Serious) | 
| Version: | 4.0.16 | OS: | Windows (Windows) | 
| Assigned to: | Greg Weir | CPU Architecture: | Any | 
   [22 Oct 2003 10:58]
   Gilles Levreau        
  
 
   [24 Oct 2003 14:13]
   Sergei Golubchik        
  Greg, I think you fixed that already ?
   [30 Oct 2003 14:31]
   Soslan Khubetsov        
  The same thing with libmysqld
   [30 Oct 2003 17:06]
   Soslan Khubetsov        
  patch
mysys\thr_alarm.c
-----------------
/*****************************************************************************
  thr_alarm for win95
*****************************************************************************/
#else /* __WIN__ */
+void resize_thr_alarm(uint max_alarms)
+{
+}
void thr_alarm_kill(pthread_t thread_id)
{
  /* Can't do this yet */
}
 
   [10 Dec 2003 18:18]
   Greg Weir        
  This has been fixed in the source tree; the fix will be included in the upcoming 4.0.17 release.

