1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed test failure

mysql-test/t/loaddata.test:
  Don't run test if ucs2 is not compiled
This commit is contained in:
Michael Widenius
2010-08-30 16:25:23 +03:00
parent 7b91240bba
commit 401c69e49b
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Some simple test of load data
#
-- source include/have_ucs2.inc
--disable_warnings
drop table if exists t1, t2;
--enable_warnings

View File

@ -112,6 +112,8 @@ signal\.c : .*unused parameter.*
.* : conversion from '.*size_t' to 'uInt'.*
.* : conversion from '.*size_t' to 'uint16'.*
.* : The following environment variables were not found.*
.* : no public symbols found; archive member will be inaccessible
.* : DESCRIPTION statement not supported
# Ignore uninitialized local variables on windows
.* : uninitialized local variable .* used