1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed some compiler warnings

configure.in:
  Added comment
mysql-test/suite/innodb_plugin/t/innodb_bug56680.test:
  Disable test when run with valgrind as we get errors from buf_buddy_relocate() on work for this test.
  (Should probably be investigated as this may be an issue in xtradb, but probably harmless)
  Work is an amd-64 running openSUSE 1.11 and valgrind 3.4.1
mysys/charset.c:
  Remove static function if not used (to remove compiler warning)
storage/xtradb/srv/srv0srv.c:
  Added casts to get rid of compiler warnings
This commit is contained in:
Michael Widenius
2010-11-30 01:14:34 +02:00
parent e68ff46653
commit d54f869f8c
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,7 @@
# Bug #56680 InnoDB may return wrong results from a case-insensitive index
#
-- source include/have_innodb_plugin.inc
-- source include/not_valgrind.inc
-- disable_query_log
SET @tx_isolation_orig = @@tx_isolation;