1. 17 Apr, 2002 4 commits
  2. 16 Apr, 2002 2 commits
    • unknown's avatar
      Small fix for HP-UX 10.20 with DCE threads · 22ae963c
      unknown authored
      Also --with-libwrap is tested on Linux just fine.
      
      
      configure.in:
        Small fix for HP-UX 10.20 with DCE threads
      include/my_pthread.h:
        Small fix for HP-UX 10.20 with DCE threads
      mysys/my_pthread.c:
        Small fix for HP-UX 10.20 with DCE threads
      22ae963c
    • unknown's avatar
      Fixed pthread_cond_timedwait() for HPUX and DCE threads · 6762b4c0
      unknown authored
      Cleanup of LIBWRAP handling
      
      
      Docs/manual.texi:
        Changelog
      include/my_pthread.h:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      mysys/my_pthread.c:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      sql/item_func.cc:
        Fixed the GET_LOCK() works with HPUX and DCE threads
      sql/mysqld.cc:
        Cleanup of LIBWRAP handling
      sql/sql_parse.cc:
        Safety fix
      6762b4c0
  3. 14 Apr, 2002 2 commits
  4. 13 Apr, 2002 2 commits
  5. 11 Apr, 2002 3 commits
  6. 02 Apr, 2002 4 commits
  7. 28 Mar, 2002 1 commit
    • unknown's avatar
      Two bug fixes · 94c79e7d
      unknown authored
      
      Docs/manual.texi:
        Added text fof bug fixes
      readline/Makefile.am:
        Bug fix for coredump of mysql program with some Ctrl+keys
      sql/convert.cc:
        A bug fix for using SET CHAR... SET on columns > 64K
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      94c79e7d
  8. 26 Mar, 2002 8 commits
  9. 25 Mar, 2002 10 commits
  10. 22 Mar, 2002 3 commits
  11. 21 Mar, 2002 1 commit
    • unknown's avatar
      Fix for load data infile when no active database · 24839a88
      unknown authored
      Fix for Solaris and gethostbyname_r
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Cleanup
      configure.in:
        Fix for Solaris and gethostbyname_r
      sql/log_event.h:
        Fix for load data infile when no active database
      sql/sql_load.cc:
        Fix for load data infile when no active database
      24839a88