From 13b3d0ac611ef894e3c2d0743db3ddd946796106 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 28 Mar 2006 11:51:22 +0200 Subject: ndb test: remove not needed setting causing compile error --- storage/ndb/test/ndbapi/test_event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') 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; -- cgit v1.2.1