Commit 401c69e4 authored by Michael Widenius's avatar Michael Widenius

Fixed test failure

mysql-test/t/loaddata.test:
  Don't run test if ucs2 is not compiled
parent 7b91240b
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# Some simple test of load data # Some simple test of load data
# #
-- source include/have_ucs2.inc
--disable_warnings --disable_warnings
drop table if exists t1, t2; drop table if exists t1, t2;
--enable_warnings --enable_warnings
......
...@@ -112,6 +112,8 @@ signal\.c : .*unused parameter.* ...@@ -112,6 +112,8 @@ signal\.c : .*unused parameter.*
.* : conversion from '.*size_t' to 'uInt'.* .* : conversion from '.*size_t' to 'uInt'.*
.* : conversion from '.*size_t' to 'uint16'.* .* : conversion from '.*size_t' to 'uint16'.*
.* : The following environment variables were not found.* .* : 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 # Ignore uninitialized local variables on windows
.* : uninitialized local variable .* used .* : uninitialized local variable .* used
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment