Commit 22d76f5a authored by unknown's avatar unknown
Browse files

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
parent c8e4fe09
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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;
+5 −0
Original line number Diff line number Diff line
@@ -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;