mirror of
https://github.com/MariaDB/server.git
synced 2025-10-31 15:50:51 +03:00
Add indexes to test toolkit
This commit is contained in:
@@ -828,7 +828,7 @@ void NDBT_TestSuite::execute(Ndb* ndb, const NdbDictionary::Table* pTab,
|
||||
continue;
|
||||
}
|
||||
|
||||
if(pDict->createTable(* pTab) != 0){
|
||||
if(NDBT_Tables::createTable(ndb, pTab->getName()) != 0){
|
||||
numTestsFail++;
|
||||
numTestsExecuted++;
|
||||
g_err << "ERROR1: Failed to create table " << pTab->getName()
|
||||
|
||||
Reference in New Issue
Block a user