diff --git a/mysql-test/t/loaddata.test b/mysql-test/t/loaddata.test index 821453777f56f4fc1bcbd4252fa30028e237bb26..53eae4fdfaaaca74ac09a4a1ab47289dadf86174 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 diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index fc861a1c830cc78cf512beac70f3e6b15cf055bd..a56c39b51a043c66597e89df5975207d5586e035 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -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