1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -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