PDF (US Ltr)
- 0.9Mb
PDF (A4)
- 0.9Mb
HTML Download (TGZ)
- 174.0Kb
HTML Download (Zip)
- 272.1Kb
Asynchronous disconnection of mysqld from the cluster caused any subsequent attempt to start an NDB API transaction to fail. If this occurred during a bulk delete operation, the SQL layer called
HA::end_bulk_delete()
, whose implementation byha_ndbcluster
assumed that a transaction had been started, and could fail if this was not the case. This problem is fixed by checking that the transaction pointer used by this method is set before referencing it. (Bug #20116393)