mariadb/mysql-test/lib
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
..
My WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
t A follow-up on WL#5154 and WL#5182: remove forgotten options. 2010-03-03 22:22:02 +03:00
v1 Bug #54660 MTR cannot start server properly with non-default innodb_log_file_size 2010-07-28 13:28:21 +02:00
mtr_cases.pm merge from 5.5-mtr 2010-11-09 13:04:44 +01:00
mtr_gcov.pl Bug#40446 - mysql-test-run --gcov is broken 2009-02-27 12:20:53 +01:00
mtr_gprof.pl Bug #49345 re-introduce gprof to mysql-test-run.pl 2010-01-05 21:35:50 +01:00
mtr_io.pl Bug#39861: 2008-11-14 23:35:32 +03:00
mtr_match.pm Check warnings in servers error log as part of test case 2008-04-08 16:51:26 +02:00
mtr_misc.pl Bug #55135 Collect times used in test execution phases in mtr 2010-10-19 14:08:46 +02:00
mtr_process.pl Bug #40406 Please make mtr print better messages when servers fail to start 2010-10-12 13:13:23 +02:00
mtr_report.pm Bug #56787 MTR completion report should be more informative 2010-09-20 10:12:39 +02:00
mtr_stress.pl Bug #48683 mysql-stress-test fails with "Value ... invalid for option abort-on-error" 2009-11-19 13:19:11 +01:00
mtr_unique.pm Bug #42804 --parallel option does not work for MTR under ActiveState 2009-04-23 13:35:02 +02:00