From 0d9f6bccd3d633425a7861cbcb851596af8ac7e1 Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Tue, 9 Feb 2010 13:10:36 +0300 Subject: Fix ndb_dd_ddl.test: drop created database after use. --- mysql-test/suite/ndb/t/ndb_dd_ddl.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/suite/ndb/t') diff --git a/mysql-test/suite/ndb/t/ndb_dd_ddl.test b/mysql-test/suite/ndb/t/ndb_dd_ddl.test index e8db0730687..679c07ff0e3 100644 --- a/mysql-test/suite/ndb/t/ndb_dd_ddl.test +++ b/mysql-test/suite/ndb/t/ndb_dd_ddl.test @@ -463,6 +463,8 @@ ENGINE = NDB; DROP USER mysqltest_u1@localhost; DROP USER mysqltest_u2@localhost; +DROP DATABASE mysqltest2; + --echo --echo # ----------------------------------------------------------------- --echo # End 6.0 test -- cgit v1.2.1 From 68ac1c9c28c7cc7b06d508cdd110f0cde082ffea Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Tue, 9 Feb 2010 13:16:01 +0300 Subject: 1. Disable ndb_condition_pushdown.test due to Bug 49746. 2. Update test result files. --- mysql-test/suite/ndb/t/disabled.def | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mysql-test/suite/ndb/t') diff --git a/mysql-test/suite/ndb/t/disabled.def b/mysql-test/suite/ndb/t/disabled.def index 0fc9a5d3ad6..65b6b9ed135 100644 --- a/mysql-test/suite/ndb/t/disabled.def +++ b/mysql-test/suite/ndb/t/disabled.def @@ -10,6 +10,8 @@ # ############################################################################## -ndb_partition_error2 : Bug#40989 ndb_partition_error2 needs maintenance +ndb_partition_error2 : Bug#40989 ndb_partition_error2 needs maintenance +ndb_condition_pushdown : Bug#49746 2010-02-08 alik ndb_condition_pushdown fails in mysql-next-mr + # the below testcase have been reworked to avoid the bug, test contains comment, keep bug open -- cgit v1.2.1