An error occurred fetching the project authors.
  1. 14 May, 2012 1 commit
  2. 16 Apr, 2012 1 commit
  3. 29 Mar, 2012 1 commit
  4. 20 Feb, 2012 2 commits
  5. 30 Jan, 2012 1 commit
  6. 16 Dec, 2011 1 commit
  7. 23 Nov, 2011 1 commit
  8. 26 Oct, 2011 2 commits
  9. 27 Sep, 2011 1 commit
  10. 12 Aug, 2011 1 commit
  11. 13 Jul, 2011 1 commit
  12. 10 Jun, 2011 1 commit
  13. 09 Jun, 2011 1 commit
  14. 13 May, 2011 1 commit
  15. 11 May, 2011 1 commit
  16. 11 Apr, 2011 1 commit
  17. 21 Mar, 2011 1 commit
  18. 11 Feb, 2011 1 commit
  19. 14 Jan, 2011 1 commit
  20. 12 Jan, 2011 1 commit
  21. 24 Nov, 2010 1 commit
  22. 20 Nov, 2010 1 commit
    • Davi Arnaut's avatar
      WL#5665: Removal of the autotools-based build system · 8664de22
      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.
      
      VERSION:
        Add top-level version file.
      cmake/mysql_version.cmake:
        Get version information from the top-level VERSION file.
        Do not cache the version components (MAJOR_VERSION, etc).
        Add MYSQL_RPM_VERSION as a replacement for MYSQL_U_SCORE_VERSION.
      8664de22