diff options
Diffstat (limited to 'storage')
-rw-r--r-- | storage/ndb/test/ndbapi/test_event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/test/ndbapi/test_event.cpp b/storage/ndb/test/ndbapi/test_event.cpp index 6e7da27cab2..2f2a28fbff2 100644 --- a/storage/ndb/test/ndbapi/test_event.cpp +++ b/storage/ndb/test/ndbapi/test_event.cpp @@ -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; |