mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
After-merge fixes.
This commit is contained in:
parent
39914c9b9b
commit
0faa86bb86
2 changed files with 2 additions and 1 deletions
|
@ -680,7 +680,7 @@ void
|
|||
NdbTransaction::executeAsynch(ExecType aTypeOfExec,
|
||||
NdbAsynchCallback aCallback,
|
||||
void* anyObject,
|
||||
AbortOption abortOption,
|
||||
NdbOperation::AbortOption abortOption,
|
||||
int forceSend)
|
||||
{
|
||||
executeAsynchPrepare(aTypeOfExec, aCallback, anyObject, abortOption);
|
||||
|
|
|
@ -1374,6 +1374,7 @@ runBug27756(NDBT_Context* ctx, NDBT_Step* step)
|
|||
return NDBT_OK;
|
||||
}
|
||||
|
||||
int
|
||||
runBug28073(NDBT_Context *ctx, NDBT_Step* step)
|
||||
{
|
||||
int result = NDBT_OK;
|
||||
|
|
Loading…
Reference in a new issue