The world's most popular open source database
Description.
This type is used to determine whether failed operations
should force a transaction to be aborted. It is used as an
argument to the execute() method —
see Section 4.19.2.5, “NdbTransaction::execute()”, for more
information.
Enumeration values.
| Value | Description |
|---|---|
AbortOnError |
A failed operation causes the transaction to abort. |
AO_IgnoreOnError |
Failed operations are ignored; the transaction continues to execute. |
DefaultAbortOption |
The AbortOption value is set according to the
operation type:
|
DefaultAbortOperation is available
beginning with MySQL Cluster NDB 6.2.0. See
Section 4.19.2.5, “NdbTransaction::execute()”, for more
information.
Previous to MySQL Cluster NDB 6.2.0, this type belonged to the
NdbTransaction class.

