Functionality added or changed:
Cluster API: Incompatible Change:
The AbortOption
type is now a member of the
NdbOperation
class; its values and behavior
have also changed.
NdbTransaction::AbortOption
can no longer be
used, and applications written against the NDB API may need to
be rewritten and recompiled to accomodate these changes. For
more information about this change, see
The NdbOperation::AbortOption
Type.
This also affects the behavior of the
NdbTransaction::execute()
method, which now
reports failure only if the transaction was actually aborted.
See NdbTransaction::execute()
, for more
information.
Bugs fixed:
Security Fix:
Using an INFORMATION_SCHEMA
table with
ORDER BY
in a subquery could cause a server
crash.
We would like to thank Oren Isacson of Flowgate Security Consulting and Stefan Streichsbier of SEC Consult for informing us of this problem. (Bug#24630, Bug#26556, CVE-2007-1420)