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

Fixed build errors on centos5-amd64-minimal, where we compile with very few character sets

Fixed compiler warnings

client/readline.cc:
  Fixed compiler warning
mysql-test/t/mysqldump.test:
  Only run test if utf8 is used
sql/log.cc:
  Fixed compiler warning
sql/mysql_priv.h:
  Fixed compiler warnings
tests/mysql_client_test.c:
  Don't abort test if ucs2 is not in use.
This commit is contained in:
Michael Widenius
2011-05-04 21:28:02 +03:00
parent ca67f01bae
commit 3c9ae014ca
5 changed files with 16 additions and 9 deletions

View File

@ -6,6 +6,10 @@ call mtr.add_suppression("@003f.frm' \\(errno: 22\\)");
# Binlog is required
--source include/have_log_bin.inc
# utf8 is required
let collation=utf8_unicode_ci;
--source include/have_collation.inc
# Save the initial number of concurrent sessions
--source include/count_sessions.inc