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:
parent
c8e4fe09b0
commit
22d76f5a55
@ -45,6 +45,5 @@ crash_commit_before : 2006-08-02 msvensson
|
|||||||
rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly)
|
rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly)
|
||||||
func_group : BUG#21924 2006-08-30 reggie
|
func_group : BUG#21924 2006-08-30 reggie
|
||||||
func_in : BUG#21925 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_binlog_discover : bug#21806 2006-08-24
|
||||||
ndb_autodiscover3 : bug#21806
|
ndb_autodiscover3 : bug#21806
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# Taken fromm the select test
|
# Taken fromm the select test
|
||||||
#
|
#
|
||||||
-- source include/have_partition.inc
|
-- source include/have_partition.inc
|
||||||
|
#
|
||||||
|
# This test is disabled on Windows due to BUG#19107
|
||||||
|
#
|
||||||
|
-- source include/not_windows.inc
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
|
@ -3,7 +3,12 @@
|
|||||||
#
|
#
|
||||||
-- source include/have_partition.inc
|
-- 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
|
-- require r/have_symlink.require
|
||||||
|
|
||||||
disable_query_log;
|
disable_query_log;
|
||||||
show variables like "have_symlink";
|
show variables like "have_symlink";
|
||||||
enable_query_log;
|
enable_query_log;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user