MySQL NDB Cluster API Developer Guide
Description.
This method executes the transaction with
ExecType
equal
to NoCommit
if there remain any blob part
operations of the given types which have not yet been executed.
Signature.
int executePendingBlobOps
(
Uint8 flags
= 0xFF
)
Parameters.
The flags
argument is the result of a
bitwise OR
, equal to 1 <<
, where
optype
optype
is an
NdbOperation::Type
. The default
corresponds to PrimaryKeyAccess
.
Return value.
Returns 0
on success, or
-1
on failure. The fact that the transaction
did not abort does not necessarily mean that each operation was
successful; you must check each operation individually for
errors.