Commit 13b3d0ac authored by unknown's avatar unknown
Browse files

ndb test: remove not needed setting causing compile error

parent 530cd157
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1537,7 +1537,7 @@ static int runCreateDropNR(NDBT_Context* ctx, NDBT_Step* step)
      break;
    }
    NdbDictionary::Table tmp(*pTab);
    tmp.setNodeGroupIds(0, 0);
    //tmp.setNodeGroupIds(0, 0);
    if (ndb->getDictionary()->createTable(tmp) != 0){
      g_err << "createTable failed: "
            << ndb->getDictionary()->getNdbError() << endl;