ndb - merge error code(s)

parent eab642a4
...@@ -304,7 +304,7 @@ ABORT OF TCKEYREQ ...@@ -304,7 +304,7 @@ ABORT OF TCKEYREQ
8038 : Simulate API disconnect just after SCAN_TAB_REQ 8038 : Simulate API disconnect just after SCAN_TAB_REQ
8039 : Simulate failure of TransactionBufferMemory allocation for OI lookup 8052 : Simulate failure of TransactionBufferMemory allocation for OI lookup
8051 : Simulate failure of allocation for saveINDXKEYINFO 8051 : Simulate failure of allocation for saveINDXKEYINFO
......
...@@ -11840,7 +11840,7 @@ Dbtc::saveINDXKEYINFO(Signal* signal, ...@@ -11840,7 +11840,7 @@ Dbtc::saveINDXKEYINFO(Signal* signal,
const Uint32 *src, const Uint32 *src,
Uint32 len) Uint32 len)
{ {
if (ERROR_INSERTED(8039) || !indexOp->keyInfo.append(src, len)) { if (ERROR_INSERTED(8052) || !indexOp->keyInfo.append(src, len)) {
jam(); jam();
// Failed to seize keyInfo, abort transaction // Failed to seize keyInfo, abort transaction
#ifdef VM_TRACE #ifdef VM_TRACE
......
...@@ -1386,7 +1386,7 @@ int tcSaveINDX_test(NDBT_Context* ctx, NDBT_Step* step, int inject_err) ...@@ -1386,7 +1386,7 @@ int tcSaveINDX_test(NDBT_Context* ctx, NDBT_Step* step, int inject_err)
int int
runBug28804(NDBT_Context* ctx, NDBT_Step* step) runBug28804(NDBT_Context* ctx, NDBT_Step* step)
{ {
return tcSaveINDX_test(ctx, step, 8039); return tcSaveINDX_test(ctx, step, 8052);
} }
int int
......
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