mariadb/client
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
..
client_priv.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
CMakeLists.txt merge of mysql-5.5 into mysql-5.5-wl1054 2010-09-20 17:17:32 +03:00
completion_hash.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
completion_hash.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
my_readline.h WL#5016: Fix header file include guards 2009-09-23 23:32:31 +02:00
mysql.cc Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-10-19 20:51:34 -02:00
mysql_upgrade.c Fix for Bug#57094 (Copyright notice incorrect?). 2010-10-06 19:06:13 +04:00
mysqladmin.cc Fix for Bug#57094 (Copyright notice incorrect?). 2010-10-06 19:06:13 +04:00
mysqlbinlog.cc wL#5625: Deprecate mysqlbinlog options --base64-output=always and --base64-output 2010-10-29 16:56:58 +02:00
mysqlcheck.c Bug#35269 mysqlcheck behaves different depending on order of parameters 2010-10-08 12:09:47 +05:00
mysqldump.c Fix for Bug#57094 (Copyright notice incorrect?). 2010-10-06 19:06:13 +04:00
mysqlimport.c Fix for Bug#57094 (Copyright notice incorrect?). 2010-10-06 19:06:13 +04:00
mysqlshow.c Fix for Bug#57094 (Copyright notice incorrect?). 2010-10-06 19:06:13 +04:00
mysqlslap.c Fix for Bug#57094 (Copyright notice incorrect?). 2010-10-06 19:06:13 +04:00
mysqltest.cc avoid compilation warning about incomplete switch 2010-11-19 12:35:53 +01:00
readline.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sql_string.cc Bug#55077: Assertion failed: width > 0 && to != ((void *)0), 2010-08-25 19:57:53 +04:00
sql_string.h Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-10-19 20:51:34 -02:00