diff options
author | Michael Widenius <monty@askmonty.org> | 2010-05-14 14:56:14 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-05-14 14:56:14 +0300 |
commit | 73d3805d0078f8a89d7c8d47d22ae30cd2cc0b49 (patch) | |
tree | 0495204e54e25eea030e6c19718c734d4e6f5677 /support-files | |
parent | 6659ad49fef7adf8fdf4db78403bbb45accc169b (diff) | |
download | mariadb-git-73d3805d0078f8a89d7c8d47d22ae30cd2cc0b49.tar.gz |
Fixed build failures and compiler warning
mysql-test/suite/binlog/r/binlog_unsafe.result:
Updated results (RAND() doesn't require statement based logging anymore for inserts)
mysql-test/t/information_schema_all_engines.test:
Ensure that InnoDB is used
storage/pbxt/bin/Makefile.am:
Fixed build failure on build hosts
(Patch from Kristian Nielsen)
storage/pbxt/bin/xtstat_xt.cc:
Added missing argument
storage/pbxt/src/datalog_xt.cc:
Fixed compiler warnings
storage/pbxt/src/ha_pbxt.cc:
Fixed compiler warnings
storage/pbxt/src/table_xt.cc:
Fixed compiler warnings
support-files/compiler_warnings.supp:
Added suppression of compiler warnings in Xtradb
(Failure can only happen for corrupted tables, but should be fixed properly at some point)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 36442cb2e36..e2aaab05f91 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -41,6 +41,8 @@ sync/sync0sync\.c: unused variable ut/ut0ut\.c: ignoring return value of srv/srv0srv\.c: value computed is not used buf/buf0buf\.c: .*block_mutex.* might be used uninitialized +btr/btr0cur\.c: null argument where non-null required: 1800-3000 +ibuf/ibuf0ibuf.c: null argument where non-null required: 700-100 # # bdb is not critical to keep up to date |