diff options
author | unknown <joreland@mysql.com> | 2004-09-15 15:57:12 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-09-15 15:57:12 +0200 |
commit | 3e78c89ed4e4e7d7e9809fad7f08de425850618c (patch) | |
tree | 60375c5e967a9b6456497e33de3db2b6b11c0180 /ndb/test/ndbapi/testLcp.cpp | |
parent | d83a574a9a867d1d587749b233fee89d000308d9 (diff) | |
download | mariadb-git-3e78c89ed4e4e7d7e9809fad7f08de425850618c.tar.gz |
drop table after test (if created & success)
ndb/test/ndbapi/testLcp.cpp:
Remove diskdata stuff
Diffstat (limited to 'ndb/test/ndbapi/testLcp.cpp')
-rw-r--r-- | ndb/test/ndbapi/testLcp.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ndb/test/ndbapi/testLcp.cpp b/ndb/test/ndbapi/testLcp.cpp index 493123ffa4a..c92be091a97 100644 --- a/ndb/test/ndbapi/testLcp.cpp +++ b/ndb/test/ndbapi/testLcp.cpp @@ -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; } |