1
0
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:
joreland@mysql.com
2004-08-11 10:03:43 +02:00
parent 63061c294a
commit 87b22e8ac7
4 changed files with 111 additions and 38 deletions

View File

@@ -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()