mariadb/storage/innobase
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
..
btr Merge mysql-5.5-innodb from bk-internal into my local repo 2010-11-10 10:52:45 +02:00
buf Fix a bogus debug assertion in the fix of Bug #57707. 2010-10-27 21:50:45 +03:00
data
dict Fix Bug #16290 Unclear error message when adding foreign key constraint 2010-11-14 23:08:04 -08:00
dyn
eval Remove redundant variable 2010-09-20 18:48:38 +03:00
fil Merge from mysql-5.1-innodb to mysql-5.5-innodb. 2010-11-03 14:14:44 +11:00
fsp Merge from mysql-5.1-innodb to mysql-5.5-innodb. 2010-11-03 14:14:44 +11:00
fut
ha
handler Fix Bug #16290 Unclear error message when adding foreign key constraint 2010-11-14 23:08:04 -08:00
ibuf Fixed a C89 violation when atomic builtins are not defined, causing 2010-10-27 17:06:20 -05:00
include Fix Bug #16290 Unclear error message when adding foreign key constraint 2010-11-14 23:08:04 -08:00
lock lock_rec_validate_page(): Disable the debug printout. 2010-10-21 10:32:41 +03:00
log Bug# 55681 - MTR slowdown after default storage engine was changed to InnoDB 2010-10-14 14:12:02 +11:00
mach
mem
mtr
os Backport from mysql-trunk-bugfixing of: 2010-11-01 14:12:59 +01:00
page
pars
que (que0que.c:1286) Bug#55227 Fix compiler warnings in innodb with gcc 4.6 2010-09-20 19:01:14 +03:00
read
rem Merge Bug #56680 from mysql-5.1. 2010-10-19 09:35:14 +03:00
row Merge from mysql-5.1-innodb to mysql-5.5-innodb 2010-11-10 21:51:00 -08:00
srv Port fix for Bug #48026 to 5.1 built-in and plugin: Log start and end 2010-11-10 21:27:10 -08:00
sync Merge mysql-5.1-innodb to mysql-5.5-innodb. 2010-11-03 14:51:15 +02:00
thr Merge mysql-5.1-innodb to mysql-5.5-innodb. 2010-11-11 15:13:52 +02:00
trx Merge mysql-5.1-innodb to mysql-5.5-innodb. 2010-11-11 12:22:27 +02:00
usr
ut Fix Bug #16290 Unclear error message when adding foreign key constraint 2010-11-14 23:08:04 -08:00
CMakeLists.txt Bug #57730 Clean up references to InnoDB Plugin 2010-10-27 09:54:20 +03:00
compile-innodb Invoke make with -j$(nproc) for better parallelism. 2010-09-09 13:50:06 +03:00
COPYING.Google
COPYING.Percona
Doxyfile Remove ut0auxconf.h. 2010-09-09 14:27:52 +03:00
ha_innodb.def