• unknown's avatar
    Added defines for fast mutex in glibc 2.2 (should be safe) · 06828d17
    unknown authored
    Fixed crash in SELECT DISTINCT SUM(...)
    Fix return value of mysortncmp() for innobase
    Fix join_crash bug
    
    
    Docs/manual.texi:
      Changelog
    include/my_pthread.h:
      Added defines for fast mutex in glibc 2.2
    mysql-test/t/join_crash.test:
      Changed table names to t1,t2...
    mysys/my_bitmap.c:
      Use fast mutex
    mysys/my_open.c:
      Use fast mutex
    mysys/my_pthread.c:
      Use fast mutex
    mysys/my_thr_init.c:
      Use fast mutex
    mysys/my_winthread.c:
      Use fast mutex
    mysys/thr_mutex.c:
      Use new mutexattr with error checking
    sql/ha_innobase.cc:
      Fix return value of mysortncmp() for innobase
    sql/sql_select.cc:
      Fix join_crash bug
    BitKeeper/etc/logging_ok:
      Logging to logging@openlogging.org accepted
    06828d17
ha_innobase.cc 67.1 KB