mariadb/storage/xtradb
Michael Widenius 1c23091c4e Fixed build failures
- Removed references to deleted files
- If we link staticly, check for static zlib
  - This should fix the problem with 'no -lz found' link error
- Fixed build failure on window (Patch from Wlad)
- Fixed build problem with federatedx when using -Werror

BUILD/Makefile.am:
  Remove removed file
config/ac-macros/zlib.m4:
  If we compile with --all-static, test that we have a static libz
libmysqld/CMakeLists.txt:
  Fix for build error on windows
mysql-test/suite/pbxt/r/key_cache.result:
  Updated result
mysql-test/suite/pbxt/t/key_cache.test:
  Fixed not updated test case
sql/CMakeLists.txt:
  Fix for build error on windows
storage/federatedx/Makefile.am:
  Don't use CFLAGS to compile C++ programs
storage/pbxt/src/lock_xt.cc:
  Fixed compiler warning about using uninitialized b2
storage/xtradb/buf/buf0buf.c:
  Fixed wrong printf
storage/xtradb/srv/srv0srv.c:
  Fixed assignment of different width and test with different sign/unsigned
2011-02-23 11:22:56 +02:00
..
btr Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
buf Fixed build failures 2011-02-23 11:22:56 +02:00
build Merge XtraDB 10 into MariaDB. 2010-04-28 16:35:00 +02:00
data Merge XtraDB from Percona-Server-5.1.47-11 into MariaDB. 2010-08-04 10:39:53 +02:00
dict Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
dyn Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
eval Merge XtraDB from Percona-Server 5.1.52-11.6 into MariaDB 5.1 2010-11-24 14:04:38 +01:00
fil Merge XtraDB from Percona Server 5.1.54-12.5 into MariaDB. 2011-02-04 14:18:08 +01:00
fsp Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
fut Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
ha Merge XtraDB from Percona Server 5.1.54-12.5 into MariaDB. 2011-02-04 14:18:08 +01:00
handler Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
ibuf Merge of innodb_plugin for MySQL 5.1.53 with xtradb 2010-11-25 15:11:37 +02:00
include Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
lock Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
log Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
mach Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
mem Merge XtraDB from Percona-server-5.1.51-12 into MariaDB. 2010-10-19 14:16:15 +02:00
mtr After-merge fixes for MySQL 5.1.46 merge into MariaDB: result file update and compiler warning removals. 2010-04-28 21:29:45 +02:00
os Merge XtraDB from Percona Server 5.1.54-12.5 into MariaDB. 2011-02-04 14:18:08 +01:00
page Merge XtraDB from Percona server 5.1.49-12 into MariaDB. 2010-09-03 19:42:54 +02:00
pars Fixed race condition when innobase_shutdown_for_mysql() was called before parser was initialized (as it's initialized on first usage) 2010-01-17 13:41:32 +02:00
que Merge XtraDB from Percona-Server 5.1.52-11.6 into MariaDB 5.1 2010-11-24 14:04:38 +01:00
read Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
rem Merge XtraDB from Percona server 5.1.49-12 into MariaDB. 2010-09-03 19:42:54 +02:00
row Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
scripts Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
srv Fixed build failures 2011-02-23 11:22:56 +02:00
sync Merge XtraDB from Percona Server 5.1.54-12.5 into MariaDB. 2011-02-04 14:18:08 +01:00
thr Merge XtraDB from Percona Server 5.1.54-12.5 into MariaDB. 2011-02-04 14:18:08 +01:00
trx Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
usr Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
ut Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
ChangeLog Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00
CMakeLists.txt Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
COPYING.Google Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00
COPYING.Percona Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
COPYING.Sun_Microsystems Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
Doxyfile Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
ha_innodb.def Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00
Makefile.am Fixed compiler and gmake warnings 2010-11-29 11:27:52 +02:00
plug.in Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb 2011-02-22 19:24:24 +02:00