mariadb/storage/xtradb
Michael Widenius d904739cc1 Removed compiler warning
Disable pbxt for test cases not using pbxt (speeds up test suite)

extra/comp_err.c:
  Added cast to get rid of compiler warning
extra/libevent/kqueue.c:
  Added cast to get rid of compiler warning
mysql-test/lib/mtr_cases.pm:
  Use --skip-pbxt for test cases that doesn't need pbxt
  Collect default-storage-engine from suite.opt file (should actually be my.cnf file, but that wasn't easy to do)
mysql-test/suite/pbxt/t/suite.opt:
  Added marker for mysql-test-run.pl that this suite require pbxt
mysys/mf_keycache.c:
  Use LINT_INIT() to remove compiler warnings
mysys/my_gethostbyname.c:
  Remove compiler warnings
sql/handler.cc:
  Reset variable that may be used uninitialized
sql/item.h:
  Remove compiler warning
sql/mysqld.cc:
  Use LINT_INIT() to remove compiler warnings
sql/sql_class.h:
  Remove compiler warning
sql/sql_table.cc:
  Ensure variable is always set (to remove compiler warning)
sql/sql_view.cc:
  Use LINT_INIT() to remove compiler warnings
storage/maria/ma_loghandler.c:
  Use LINT_INIT() to remove compiler warnings
storage/myisammrg/ha_myisammrg.cc:
  Fixed wrong type to printf
storage/myisammrg/myrg_open.c:
  Use LINT_INIT() to remove compiler warnings
storage/xtradb/include/ut0lst.h:
  Trivial change of macro to remove compiler warning
strings/ctype-ucs2.c:
  Use LINT_INIT() to remove compiler warnings
strings/ctype-utf8.c:
  Use LINT_INIT() to remove compiler warnings
support-files/compiler_warnings.supp:
  Suppress some not relevant warnings
unittest/mysys/waiting_threads-t.c:
  Don't use ftruncate() as this gives warning about ignored return value
2010-03-30 15:36:49 +03:00
..
btr Fix some compiler warnings seen in Buildbot. 2010-03-10 11:32:14 +01:00
buf Merge with fixes for compiler warnings and 2 fixed test cases 2010-01-28 13:35:10 +02:00
data Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
dict Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
dyn Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
eval Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
fil Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
fsp Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
fut Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
ha Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
handler Merge with fixes for compiler warnings and 2 fixed test cases 2010-01-28 13:35:10 +02:00
ibuf Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
include Removed compiler warning 2010-03-30 15:36:49 +03:00
lock Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
log Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
mach Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
mem Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
mtr Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
os Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
page Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01: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 9 into MariaDB. 2010-01-15 16:58:25 +01:00
read Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
rem Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
row Apply to XtraDB MySQL/build-in innodb patches for Bug#49032 and Bug#47720. 2010-01-15 22:12:30 +01:00
scripts Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
srv Fix freed-twice error in XtraDB (from InnoDB plugin 1.0.6). 2010-01-17 09:41:43 +01:00
sync Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
thr Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
trx Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
usr Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
ut Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
ChangeLog Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
CMakeLists.txt Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +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 Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
plug.in Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00