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
This commit is contained in:
unknown 2006-09-01 02:12:30 -04:00
parent c8e4fe09b0
commit 22d76f5a55
3 changed files with 9 additions and 1 deletions

View file

@ -45,6 +45,5 @@ crash_commit_before : 2006-08-02 msvensson
rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly)
func_group : BUG#21924 2006-08-30 reggie
func_in : BUG#21925 2006-08-30 reggie
partition_mgm_err2 : BUG#19107 2006-08-30 reggie
ndb_binlog_discover : bug#21806 2006-08-24
ndb_autodiscover3 : bug#21806

View file

@ -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;

View file

@ -3,7 +3,12 @@
#
-- source include/have_partition.inc
#
# This test is disabled on windows due to BUG#19107
#
-- source include/not_windows.inc
-- require r/have_symlink.require
disable_query_log;
show variables like "have_symlink";
enable_query_log;