diff options
author | Michael Widenius <monty@askmonty.org> | 2010-08-30 16:25:23 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-08-30 16:25:23 +0300 |
commit | 401c69e49babc293da30f833c18673f5f071eca3 (patch) | |
tree | 17428995c31ebae7bc915c878bfdb9853ef63512 /mysql-test/t/loaddata.test | |
parent | 7b91240bbab3094c8c148c46949c0202ae1e991d (diff) | |
download | mariadb-git-401c69e49babc293da30f833c18673f5f071eca3.tar.gz |
Fixed test failure
mysql-test/t/loaddata.test:
Don't run test if ucs2 is not compiled
Diffstat (limited to 'mysql-test/t/loaddata.test')
-rw-r--r-- | mysql-test/t/loaddata.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/loaddata.test b/mysql-test/t/loaddata.test index 821453777f5..53eae4fdfaa 100644 --- a/mysql-test/t/loaddata.test +++ b/mysql-test/t/loaddata.test @@ -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 |