mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
merge
This commit is contained in:
parent
06d1c62877
commit
72759bc2ec
1 changed files with 2 additions and 1 deletions
|
@ -1303,7 +1303,8 @@ int tcSaveINDX_test(NDBT_Context* ctx, NDBT_Step* step, int inject_err)
|
|||
int result= NDBT_OK;
|
||||
Ndb* pNdb = GETNDB(step);
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue