Commit b6c30e12 authored by unknown's avatar unknown

After-merge fixes.

parent f488c925
...@@ -680,7 +680,7 @@ void ...@@ -680,7 +680,7 @@ void
NdbTransaction::executeAsynch(ExecType aTypeOfExec, NdbTransaction::executeAsynch(ExecType aTypeOfExec,
NdbAsynchCallback aCallback, NdbAsynchCallback aCallback,
void* anyObject, void* anyObject,
AbortOption abortOption, NdbOperation::AbortOption abortOption,
int forceSend) int forceSend)
{ {
executeAsynchPrepare(aTypeOfExec, aCallback, anyObject, abortOption); executeAsynchPrepare(aTypeOfExec, aCallback, anyObject, abortOption);
......
...@@ -1374,6 +1374,7 @@ runBug27756(NDBT_Context* ctx, NDBT_Step* step) ...@@ -1374,6 +1374,7 @@ runBug27756(NDBT_Context* ctx, NDBT_Step* step)
return NDBT_OK; return NDBT_OK;
} }
int
runBug28073(NDBT_Context *ctx, NDBT_Step* step) runBug28073(NDBT_Context *ctx, NDBT_Step* step)
{ {
int result = NDBT_OK; int result = NDBT_OK;
......
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