mariadb/storage
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
..
archive Merge MySQL 5.1.44 into MariaDB. 2010-03-04 09:03:07 +01:00
blackhole Bug #40877: multi statement execution fails in 5.1.30 2009-10-16 13:29:42 +03:00
csv Merge with MySQL 5.1, with following additions: 2009-11-16 21:49:51 +01:00
example Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
federated Merge with MySQL 5.1.42 2010-01-15 17:27:55 +02:00
federatedx Fix some compiler warnings seen in Buildbot. 2010-03-10 11:32:14 +01:00
heap Merge with MySQL 5.1, with following additions: 2009-11-16 21:49:51 +01:00
ibmdb2i merging with mysql-5.1-bugteam 2009-12-11 17:27:12 +05:30
innobase Merge MySQL 5.1.44 into MariaDB. 2010-03-04 09:03:07 +01:00
innodb_plugin Merge MySQL 5.1.44 into MariaDB. 2010-03-04 09:03:07 +01:00
maria Removed compiler warning 2010-03-30 15:36:49 +03:00
myisam Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
myisammrg Removed compiler warning 2010-03-30 15:36:49 +03:00
ndb Apply patch on behalf of the NDB team: 2010-01-20 22:21:18 -02:00
pbxt Removed compiler warnings 2010-01-06 23:27:53 +02:00
xtradb Removed compiler warning 2010-03-30 15:36:49 +03:00
Makefile.am Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00
mysql_storage_engine.cmake Bug #47797 CMake, engine can't specify additional libraries to link with 2009-10-08 14:54:11 +02:00