1. 31 May, 2007 2 commits
  2. 30 May, 2007 12 commits
  3. 29 May, 2007 14 commits
  4. 28 May, 2007 10 commits
  5. 27 May, 2007 1 commit
  6. 25 May, 2007 1 commit
    • kaa@polly.local's avatar
      Fix for bug #24611 "mysqld crashes when connecting from remote host, and compiled from source". · 939609b6
      kaa@polly.local authored
      On some Linux distributions with both LinuxThreads and NPTL glibc versions available, statically built binaries can crash, because linker defaults to LinuxThreads when linking statically, but calls to external libraries (like libnss) are resolved to NPTL versions.
      
      Since there is nothing we can do in the code to work that around, just give user an advice on how to fix that, if a crash happened on such a binary/OS combination.
      939609b6