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:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
|
Reference in New Issue
Block a user