|
|||||||||||
|
bk commit into 5.1 tree (jonas:1.2549)
From: <jonas(at)mysql.com>
Date: Fri Aug 31 2007 - 10:09:53 EDT
ChangeSet@1.2549, 2007-08-31 16:09:48+02:00, jonas@perch.ndb.mysql.com +1 -0 merge storage/ndb/test/ndbapi/testIndex.cpp@1.23, 2007-08-31 16:09:45+02:00, jonas@perch.ndb.mysql.com +2 -1 merge diff -Nrup a/storage/ndb/test/ndbapi/testIndex.cpp b/storage/ndb/test/ndbapi/testIndex.cpp --- a/storage/ndb/test/ndbapi/testIndex.cpp 2007-08-30 10:42:20 +02:00 +++ b/storage/ndb/test/ndbapi/testIndex.cpp 2007-08-31 16:09:45 +02:00@@ -1303,7 +1303,8 @@ int tcSaveINDX_test(NDBT_Context* ctx, N
int result= NDBT_OK;
NdbDictionary::Dictionary * dict = pNdb->getDictionary(); - const NdbDictionary::Index * idx = dict->getIndex(pkIdxName, *ctx->getTab()); + const NdbDictionary::Index * idx = dict->getIndex(pkIdxName, + ctx->getTab()->getName()); HugoOperations ops(*ctx->getTab(), idx); -- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Fri Aug 31 10:13:26 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 09:01:29 EDT |
||||||||||
|
|||||||||||