67 Commits (cc9e25af54ac0a00cfe9930253a0e6de70f0c668)

Author SHA1 Message Date
unknown 8d0526a82d my_pthread.c: 19 years ago
unknown c5bb750f0b Portability fix to work around OS X -x86 toolchain bug with common (uninitialized data) symbols 19 years ago
unknown a2139d0254 Post merge fix 19 years ago
unknown 8f93150d20 restored run-time thread lib detection 19 years ago
unknown f8eed3c1ce restored run-time thread lib detection 19 years ago
unknown 715281a94b Fix a linkage problem with the previous patch for "thr_client_alarm". 19 years ago
unknown 2d2957c041 Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c" and "mysys/my_pthread.c". 19 years ago
unknown e307a46caf Fixed MacOSX/Intel linking problem 19 years ago
unknown 12ddb5f7c2 thd_lib_detected moved so that it is correctly declared as a data 19 years ago
unknown efc2771dde Excluded wrongly merged changeset. 19 years ago
unknown 5305cd7caf After merge fix 19 years ago
unknown cdf6001aeb Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
unknown 2ec2fa6d08 Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
unknown 454c763c6b Fix for configure to detect library correctly. 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown 98a8b41531 UNIXWARE removal 20 years ago
unknown 2623949e12 This completes the work done in 5.0 to remove mit_pthread support (most was pulled in 5.0, but there were some pieces left in the tree) 20 years ago
unknown 06e8697d04 Another long patch to remove the rest of the OS2 support. 20 years ago
unknown e61dea1b36 Fix wait_timeout (and kill) handling on Mac OS X by cleaning up how 20 years ago
unknown f203bebafc assert.h needed for my_dbug.h now is included in my_dbug.h, where it for 22 years ago
unknown 30bffb0213 Changed prototype of killed_ptr() to make it more portable 22 years ago
unknown b3851363ba Added patches from Novell 22 years ago
unknown 26bb50a19b Add detection of in_addr_t 23 years ago
unknown 2ad06dc68e Implemented UTC_TIME, UTC_DATE and UTC_TIMESTAMP functions (WL#345) 23 years ago
unknown c560a02dcd rlyon-5.0.0-alpha.patch 23 years ago
unknown 1ab78e0320 Change to NetWare platform mods, per Monty 23 years ago
unknown ae5e364c19 Changes from Novell for NetWare platform 23 years ago
unknown 9c3d7df569 Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches 23 years ago
unknown 2ec4163759 Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 23 years ago
unknown a54c17cef3 Portability fix for HPUX10.20 23 years ago
unknown 84f81dc593 Fixes for Netware 23 years ago
unknown 6f043c359c - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual 23 years ago
unknown a2e4d0e4dd Portability fixes for HPUX and Openbsd 24 years ago
unknown 36827564d3 Portability fixes for 4.0.3 build. 24 years ago
unknown 96f2e21e99 Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in client code) 24 years ago
unknown 694e330681 Fix for HPUX 11 and pthread_mutex_lock 24 years ago
unknown 303e430042 Added missing undef that caused infinite recursion on HPUX 24 years ago
unknown 6fbcad539d my_pthread.c: 24 years ago
unknown 405b8f1ada Removed not needed comment (to keep aligned with the rest of the code) 24 years ago
unknown 83417dd93f my_pthread.c: 24 years ago
unknown a9c47d8cfc Fix for Intel compiler (ecc) 24 years ago
unknown 95417c335e Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX. 24 years ago
unknown 92240b8ca3 Portability fix for HPUX 24 years ago
unknown 8a8e4be22f Cleanup of checking of user resources 24 years ago
unknown e7daa09516 Fixing a small bug in new code for cond_timedwait fix 24 years ago
unknown 66f426c063 Fixed some compilation problems in last changeset 24 years ago
unknown 72ed6bc397 A final and proper fix for HP-UX problems with pthread_cond_timedwait. 24 years ago
unknown d2b95cd7ab New my_gethostbyname_r() handling 24 years ago
unknown b83e6fe1ad Small fix for HP-UX 10.20 with DCE threads 24 years ago
unknown 667da1396b Fixed pthread_cond_timedwait() for HPUX and DCE threads 24 years ago