Commit 1cdaf36c authored by unknown's avatar unknown
Browse files

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
parent fb95d742
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -449,7 +449,6 @@ drop table t1;
use test2;
drop table t2;
drop database test2;
show databases;
use test;

#########################################################