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.18.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 5.1.16. See
Section 4.18.2.5, “NdbTransaction::execute()”, for more
information.
In MySQL 5.1.15 and earlier, this type belonged to the
NdbTransaction class.
