• unknown's avatar
    Fixes for Netware · 8c613c2c
    unknown authored
    Call pthread_mutex_destroy() on not used mutex.
    Changed comments in .h and .c files from // -> /* */
    Added detection of mutex on which one didn't call pthread_mutex_destroy()
    Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
    Added optimisation for ORDER BY NULL
    
    
    BitKeeper/deleted/.del-ChangeLog~dfc92e15bee6fc75:
      Delete: sql/ChangeLog
    BUILD/compile-pentium-valgrind-max:
      Don't use valgrind with safemalloc as this can hide some bugs
    Makefile.am:
      Added platform dirs
    bdb/os/os_handle.c:
      Portability fix
    client/mysql.cc:
      Fixes for Netware.
      Fixed duplicate output when using 'tee'
      Simple optimisations
    client/mysqldump.c:
      Portability fix
    client/mysqltest.c:
      Portability fix
    configure.in:
      Fixes for Netware
    extra/resolveip.c:
      Fixes for Netware
    include/Makefile.am:
      Fixes for Netware
    include/config-win.h:
      Portability fix
    include/my_global.h:
      Fixes for Netware
    include/my_net.h:
      Fixes for Netware
    include/my_pthr...
    8c613c2c
hostname.cc 6.55 KB