From b1877967d138b8482ef4d9867868193d904c24b6 Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.ndb.mysql.com" <> Date: Thu, 20 Jan 2005 21:26:58 +0100 Subject: [PATCH] ndb_autodiscover.result, ndb_autodiscover.test: removed this since it easily gives errors if previous tests fail --- mysql-test/r/ndb_autodiscover.result | 5 ----- mysql-test/t/ndb_autodiscover.test | 1 - 2 files changed, 6 deletions(-) diff --git a/mysql-test/r/ndb_autodiscover.result b/mysql-test/r/ndb_autodiscover.result index b9e70b9c1cf..b89b4ce1f21 100644 --- a/mysql-test/r/ndb_autodiscover.result +++ b/mysql-test/r/ndb_autodiscover.result @@ -353,11 +353,6 @@ drop table t1; use test2; drop table t2; drop database test2; -show databases; -Database -information_schema -mysql -test use test; drop database if exists test_only_ndb_tables; create database test_only_ndb_tables; diff --git a/mysql-test/t/ndb_autodiscover.test b/mysql-test/t/ndb_autodiscover.test index e6bfedc89ed..2159e6b6e62 100644 --- a/mysql-test/t/ndb_autodiscover.test +++ b/mysql-test/t/ndb_autodiscover.test @@ -449,7 +449,6 @@ drop table t1; use test2; drop table t2; drop database test2; -show databases; use test; #########################################################