An error occurred fetching the project authors.
  1. 28 Dec, 2010 1 commit
    • Kent Boortz's avatar
      - Added/updated copyright headers · fddb1f1b
      Kent Boortz authored
      - Removed files specific to compiling on OS/2
      - Removed files specific to SCO Unix packaging
      - Removed "libmysqld/copyright", text is included in documentation
      - Removed LaTeX headers for NDB Doxygen documentation
      - Removed obsolete NDB files
      - Removed "mkisofs" binaries
      - Removed the "cvs2cl.pl" script
      - Changed a few GPL texts to use "program" instead of "library"
      fddb1f1b
  2. 20 Nov, 2010 1 commit
    • Davi Arnaut's avatar
      WL#5665: Removal of the autotools-based build system · f6deb00a
      Davi Arnaut authored
      The autotools-based build system has been superseded and
      is being removed in order to ease the maintenance burden on
      developers tweaking and maintaining the build system.
      
      In order to support tools that need to extract the server
      version, a new file that (only) contains the server version,
      called VERSION, is introduced. The file contents are human
      and machine-readable. The format is:
      
      MYSQL_VERSION_MAJOR=5
      MYSQL_VERSION_MINOR=5
      MYSQL_VERSION_PATCH=8
      MYSQL_VERSION_EXTRA=-rc
      
      The CMake based version extraction in cmake/mysql_version.cmake
      is changed to extract the version from this file. The configure
      to CMake wrapper is retained for backwards compatibility and to
      support the BUILD/ scripts. Also, a new a makefile target
      show-dist-name that prints the server version is introduced.
      f6deb00a
  3. 22 Jul, 2010 1 commit
  4. 01 Dec, 2008 1 commit
  5. 28 Jan, 2007 1 commit
  6. 27 Nov, 2006 1 commit
  7. 23 Aug, 2006 1 commit
  8. 21 Aug, 2006 1 commit
  9. 19 Aug, 2006 1 commit
  10. 06 Oct, 2005 1 commit
    • monty@mysql.com's avatar
      Review of code pushed since last 5.0 pull: · 78e828d3
      monty@mysql.com authored
      Ensure that ccache is also used for C programs
      mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
      mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
      Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
      Removed MY_UNIX_PATH from fn_format()
      Removed current_db_used from TABLE_LIST
      Removed usage of 'current_thd' in Item_splocal
      Removed some compiler warnings
      A bit faster longlong2str code
      78e828d3
  11. 18 May, 2005 1 commit
  12. 05 May, 2005 1 commit
  13. 27 Apr, 2005 1 commit
  14. 23 Nov, 2004 1 commit
  15. 08 Oct, 2003 1 commit
  16. 27 Aug, 2003 1 commit
  17. 20 Feb, 2003 1 commit
  18. 19 Feb, 2003 2 commits
  19. 12 Feb, 2003 1 commit
  20. 09 Feb, 2003 1 commit
  21. 31 Oct, 2002 1 commit
  22. 14 Oct, 2002 1 commit
  23. 23 Mar, 2002 1 commit
  24. 02 Mar, 2002 1 commit
  25. 07 Feb, 2002 1 commit
  26. 02 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added macros for nice TIMESPEC usage. · 4b877e00
      monty@hundin.mysql.fi 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.
      4b877e00
  27. 30 Oct, 2001 1 commit
  28. 20 Oct, 2001 1 commit
  29. 02 Sep, 2001 1 commit
  30. 14 Aug, 2001 1 commit
  31. 29 May, 2001 1 commit
  32. 05 Mar, 2001 1 commit
  33. 04 Mar, 2001 1 commit
  34. 21 Feb, 2001 1 commit
  35. 03 Feb, 2001 1 commit
  36. 31 Jan, 2001 1 commit
  37. 01 Jan, 2001 1 commit
  38. 22 Dec, 2000 1 commit
  39. 20 Dec, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      acconfig.h · 3c06a414
      sasha@mysql.sashanet.com authored
          fix to make ENCRYPT work
      BUILD/compile-pentium-debug
          debug has different warnings
      BUILD/FINISH.sh
          save symbol table and dissassembled code with symobls available before strip
          use $do_make for make decision instead of $make to avoid conflict
      BUILD/SETUP.sh
          export AM_MAKEFLAGS
          fast is now -fno-omit-frame-pointer, the opposite is now called 
          reckless
      configure.in
          fixes to make CRYPT work again
      Docs/Makefile.am
          hack to avoid rebuilding the manual on make clean -why does
          Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
      3c06a414