summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorunknown <knielsen@mysql.com>2006-03-28 16:35:50 +0200
committerunknown <knielsen@mysql.com>2006-03-28 16:35:50 +0200
commitcdd75b46c18cc85c8232d4774feca1135c6bcbd0 (patch)
treeace50aab9c105e4432925c8f38253cb9f438935f /storage
parentc2ed6be20c178fa8ec475874307ecda40cd8eca6 (diff)
parent27000fb555ad90e265b56dffbc2193d0e82690cf (diff)
downloadmariadb-git-cdd75b46c18cc85c8232d4774feca1135c6bcbd0.tar.gz
Merge bk-internal:/home/bk/mysql-5.1-new
into mysql.com:/usr/local/mysql/tmpbuild
Diffstat (limited to 'storage')
-rw-r--r--storage/ndb/test/ndbapi/test_event.cpp2
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;