summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition.test
diff options
context:
space:
mode:
authorunknown <mikael/pappa@dator5.(none)>2006-09-01 02:12:30 -0400
committerunknown <mikael/pappa@dator5.(none)>2006-09-01 02:12:30 -0400
commit22d76f5a5520f384985e7de1dc30b2c3cd4d0feb (patch)
tree6b212c0960b5e4ea9a6ea80caa509ab693b3ebf7 /mysql-test/t/partition.test
parentc8e4fe09b02b2f8615678119d706c8bab6449d40 (diff)
downloadmariadb-git-22d76f5a5520f384985e7de1dc30b2c3cd4d0feb.tar.gz
Removed Windows from tests since bug#19107 is known to hang test
mysql-test/t/disabled.def: Removed disabled test since it only affects Windows mysql-test/t/partition.test: Removed Windows from test since bug#19107 is known to hang test mysql-test/t/partition_mgm_err2.test: Removed Windows from test since bug#19107 is known to hang test
Diffstat (limited to 'mysql-test/t/partition.test')
-rw-r--r--mysql-test/t/partition.test4
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;