diff options
Diffstat (limited to 'mysql-test/t/partition.test')
-rw-r--r-- | mysql-test/t/partition.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/partition.test b/mysql-test/t/partition.test index 75aceb4fafe..532a63b0d24 100644 --- a/mysql-test/t/partition.test +++ b/mysql-test/t/partition.test @@ -4,6 +4,10 @@ # Taken fromm the select test # -- source include/have_partition.inc +# +# This test is disabled on Windows due to BUG#19107 +# +-- source include/not_windows.inc --disable_warnings drop table if exists t1; |