1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

ndb_autodiscover.result, ndb_autodiscover.test:

removed this since it easily gives errors if previous tests fail
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2005-01-20 21:26:58 +01:00
parent 1b753dd535
commit b1877967d1
2 changed files with 0 additions and 6 deletions

View File

@@ -353,11 +353,6 @@ drop table t1;
use test2; use test2;
drop table t2; drop table t2;
drop database test2; drop database test2;
show databases;
Database
information_schema
mysql
test
use test; use test;
drop database if exists test_only_ndb_tables; drop database if exists test_only_ndb_tables;
create database test_only_ndb_tables; create database test_only_ndb_tables;

View File

@@ -449,7 +449,6 @@ drop table t1;
use test2; use test2;
drop table t2; drop table t2;
drop database test2; drop database test2;
show databases;
use test; use test;
######################################################### #########################################################