mariadb/scripts
Davi Arnaut 8664de2230 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.

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.
2010-11-20 12:47:50 -02:00
..
CMakeLists.txt add missing COMPONENT to all CMake INSTALL commands 2010-11-13 23:16:52 +01:00
comp_sql.c
dheadgen.pl Some portability fixes. 2009-06-04 18:47:38 +02:00
fill_help_tables.sql
make_binary_distribution.sh WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
make_win_bin_dist Cherry-picking patch for Bug#55846. 2010-08-31 18:33:19 +04:00
msql2mysql.sh
mysql_config.pl.in Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
mysql_config.sh Apply wlad's fix for bug#55215 2010-08-09 14:27:04 +01:00
mysql_convert_table_format.sh
mysql_find_rows.sh
mysql_fix_extensions.sh
mysql_install_db.pl.in
mysql_install_db.sh Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. 2010-02-23 16:26:45 +03:00
mysql_secure_installation.pl.in Bug #54004 : mysql_secure_installation identifies "local host" incorrectly 2010-07-14 13:53:49 +03:00
mysql_secure_installation.sh Bug #54004 : mysql_secure_installation identifies "local host" incorrectly 2010-07-14 13:53:49 +03:00
mysql_setpermission.sh
mysql_system_tables.sql Merge mysql-5.5-bugteam --> local bugfixing branch 2010-11-08 18:14:30 +01:00
mysql_system_tables_data.sql Bug #57916: Fix the naming of the proxy_priv table 2010-11-02 17:45:26 +02:00
mysql_system_tables_fix.sql Bug #57551: Live upgrade fails between 5.1.52 -> 5.5.7-rc 2010-11-19 16:35:04 +02:00
mysql_test_data_timezone.sql
mysql_zap.sh
mysqlaccess.conf merge 2010-08-20 09:12:36 -05:00
mysqlaccess.sh
mysqlbug.sh
mysqld_multi.sh Bug #51468: mysqld_multi is broken in 5.1.44 2010-02-26 14:49:13 +02:00
mysqld_safe.sh We can't rely on mysql_config for core functionality like plugins 2010-07-05 22:19:14 +01:00
mysqldumpslow.sh
mysqlhotcopy.sh WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00