• unknown's avatar
    Added macros for nice TIMESPEC usage. · 6ebc8c53
    unknown authored
    Fixes for building MySQL with gcc 3.0
    Added SIGNED / UNSIGNED casts
    Fixed core dump bug in net_clear() with libmysqld.
    Back to using semaphores in query cache.
    Added 'Null' and 'Index_type' to SHOW INDEX.
    
    
    BUILD/FINISH.sh:
      Fixes for gcc 3.0
    BUILD/SETUP.sh:
      Fixes for gcc 3.0
    Docs/manual.texi:
      Changelog + SIGNED/UNSIGNED casts.
    Makefile.am:
      include BUILD scripts in source distribution.
    client/Makefile.am:
      Fixes for gcc 3.0
    client/mysql.cc:
      Cleanup
    client/mysqldump.c:
      Changed 'K' to mean 'disable-keys' instead of 'no-disabled-keys'
    client/readline.cc:
      Cleanup
    configure.in:
      Include BUILD in source distrbution
    extra/my_print_defaults.c:
      Cleanup
    include/my_global.h:
      Fix for HPUX and setrlimit.
      Portability fix.
      Added macros for nice TIMESPEC usage.
    innobase/include/dyn0dyn.h:
      Fix for AIX
    libmysql/Makefile.shared:
      Added strxmov to libmysqld
    libmysqld/examples/Makefile.am:
      Fixes for gcc 3.0
    libmysqld/lib_vio.c:
      Cleanup
    myisam/ft_dump.c:
      Port...
    6ebc8c53
derror.cc 4.53 KB