mirror of
https://github.com/MariaDB/server.git
synced 2025-10-31 15:50:51 +03:00
drop table after test (if created & success)
This commit is contained in:
@@ -859,6 +859,11 @@ void NDBT_TestSuite::execute(Ndb* ndb, const NdbDictionary::Table* pTab,
|
||||
else
|
||||
numTestsOk++;
|
||||
numTestsExecuted++;
|
||||
|
||||
if (result == NDBT_OK && createTable == true){
|
||||
pDict->dropTable(pTab->getName());
|
||||
}
|
||||
|
||||
delete ctx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user