1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

drop table after test (if created & success)

ndb/test/ndbapi/testLcp.cpp:
  Remove diskdata stuff
This commit is contained in:
unknown
2004-09-15 15:57:12 +02:00
parent d83a574a9a
commit 3e78c89ed4
2 changed files with 5 additions and 4 deletions

View File

@ -182,10 +182,6 @@ static int drop_all_tables()
case NdbDictionary::Object::IndexTrigger:
case NdbDictionary::Object::SubscriptionTrigger:
case NdbDictionary::Object::ReadOnlyConstraint:
case NdbDictionary::Object::Tablespace:
case NdbDictionary::Object::LogfileGroup:
case NdbDictionary::Object::Datafile:
case NdbDictionary::Object::Undofile:
default:
break;
}