1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Skip two tests that fail on Windows that just reflect limitations of

that platform, not real failures. (Bug #12328, Bug #11569)
This commit is contained in:
jimw@mysql.com
2005-08-03 17:38:55 -07:00
parent 5e851429de
commit f58e5033fb
3 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,10 @@
# RENAME TABLE work with MERGE tables on the slave.
# Test of FLUSH NO_WRITE_TO_BINLOG by the way.
#
source include/master-slave.inc;
--source include/master-slave.inc
# Skipped on Windows because it can't handle a table underlying an open
# merge table getting renamed.
--source include/not_windows.inc
create table t1 (a int);
insert into t1 values (10);