An error occurred fetching the project authors.
  1. 30 Apr, 2003 1 commit
  2. 08 Aug, 2002 1 commit
    • unknown's avatar
      Fix for Intel compiler (ecc) · 7c375fe2
      unknown authored
      Minor cleanups to other patches.
      Make --temp-pool default
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Fix for Intel compiler (ecc)
      include/my_global.h:
        Cleaned up QNX specific code.
      include/my_pthread.h:
        Safety
      include/my_semaphore.h:
        Cleaned up BSDI fix.
      mysys/my_pthread.c:
        Code comments
      mysys/my_semaphore.c:
        Fix for BSDI
      sql/mysqld.cc:
        Make --temp-pool default
      sql/sql_parse.cc:
        Safety
      7c375fe2
  3. 28 Jun, 2002 1 commit
    • unknown's avatar
      Added support for semaphores in mysys. · 0377bc6c
      unknown authored
      (Needed for query cache for systems which doesn't have native semaphores)
      
      
      mysys/my_getopt.c:
        Safety fix.
      mysys/my_winsem.c:
        Shange all semaphore code to be uniform
      mysys/thr_rwlock.c:
        cleanup
      sql/gen_lex_hash.cc:
        Error message if wrong number of arguments.
      sql/slave.cc:
        R
      0377bc6c
  4. 21 Jun, 2002 1 commit
    • unknown's avatar
      semaphore.c: · 03b770f3
      unknown authored
        semaphore fix
      
      
      mit-pthreads/pthreads/semaphore.c:
        semaphore fix
      03b770f3
  5. 20 Jun, 2002 1 commit
    • unknown's avatar
      Fixed some bugs after last merge · 73ce59d0
      unknown authored
      Added semaphore support to MIT-pthreads.
      
      
      Docs/manual.texi:
        Updated benchmark data
      configure.in:
        Portability fix for compiling MIT-pthreads with gcc 3.0.x
        (Still not perfect)
      include/my_semaphore.h:
        Cleanup
      mit-pthreads/Changes-mysql:
        Added semaphore support
      mit-pthreads/include/Makefile.inc:
        Added semaphore support
      mit-pthreads/include/pthread/ac-types.h:
        Added semaphore support
      mit-pthreads/pthreads/GNUmakefile.inc:
        Added semaphore support
      mit-pthreads/pthreads/Makefile.inc:
        Added semaphore support
      mit-pthreads/stdio/xprintf.c:
        Added semaphore support
      mysql-test/r/rpl_alter.result:
        Fixed test results after merge with 3.23
      sql/ha_isam.cc:
        Fixed core dump after merge
      sql/ha_isam.h:
        Fixed core dump after merge
      sql/mini_client.cc:
        P
      73ce59d0