mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
testScan -n ScanRandomTable
testDict -n FragmentType ndb/test/ndbapi/testDict.cpp: Drop table before trying to create with special fragmentation ndb/test/ndbapi/testScan.cpp: testScan -n ScanRandomTable ndb/test/src/NDBT_Tables.cpp: testScan -n ScanRandomTable
This commit is contained in:
@ -537,6 +537,7 @@ int runTestFragmentTypes(NDBT_Context* ctx, NDBT_Step* step){
|
||||
}
|
||||
|
||||
const NdbDictionary::Table* pTab = ctx->getTab();
|
||||
pNdb->getDictionary()->dropTable(pTab->getName());
|
||||
|
||||
NdbDictionary::Table newTab(* pTab);
|
||||
// Set fragment type for table
|
||||
|
Reference in New Issue
Block a user