merge

parent 08b8d6ae
...@@ -1303,7 +1303,8 @@ int tcSaveINDX_test(NDBT_Context* ctx, NDBT_Step* step, int inject_err) ...@@ -1303,7 +1303,8 @@ int tcSaveINDX_test(NDBT_Context* ctx, NDBT_Step* step, int inject_err)
int result= NDBT_OK; int result= NDBT_OK;
Ndb* pNdb = GETNDB(step); Ndb* pNdb = GETNDB(step);
NdbDictionary::Dictionary * dict = pNdb->getDictionary(); 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); HugoOperations ops(*ctx->getTab(), idx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment