diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-20 21:26:58 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-20 21:26:58 +0100 |
commit | 7148286f242a49d23de4063ef0223fc2a566eafd (patch) | |
tree | a8151f09eb26f3138b98857413ff2d0f2519d4c3 /mysql-test/r/ndb_autodiscover.result | |
parent | e502954e23956a3163cd43148ae60b0a334e71ae (diff) | |
download | mariadb-git-7148286f242a49d23de4063ef0223fc2a566eafd.tar.gz |
ndb_autodiscover.result, ndb_autodiscover.test:
removed this since it easily gives errors if previous tests fail
mysql-test/t/ndb_autodiscover.test:
removed this since it easily gives errors if previous tests fail
mysql-test/r/ndb_autodiscover.result:
removed this since it easily gives errors if previous tests fail
Diffstat (limited to 'mysql-test/r/ndb_autodiscover.result')
-rw-r--r-- | mysql-test/r/ndb_autodiscover.result | 5 |
1 files changed, 0 insertions, 5 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; |