mariadb/Docs
Davi Arnaut f6deb00a56 WL#5665: Removal of the autotools-based build system
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.
2010-11-20 12:47:50 -02:00
..
glibc-2.2.5.patch Re-diffed patch against glibc 2.2.5 (the last one was malformed and 2002-05-21 11:39:22 +02:00
INSTALL-BINARY ReadMe.txt, INSTALL-WIN-SOURCE, INSTALL-BINARY, INSTALL-SOURCE: 2007-11-23 10:15:55 +01:00
linuxthreads.txt Deleted directories 2007-03-22 19:38:56 +01:00
myisam.txt
mysql.info mysql.info, INSTALL-BINARY, INSTALL-SOURCE, ReadMe.txt, Docs/Makefile.am: 2007-11-02 12:29:13 +01:00
sp-imp-spec.txt Fixed BUG#3259: Stored procedure names are case sensitive. 2004-03-23 12:04:40 +01:00