Building with CMake3 is now supported by the compile-cluster script included in the
NDB
source distribution.
Important Change: The dependency of ndb_restore on the
NDBT
library, which is used for internal testing only, has been removed. This means that the program no longer printsNDBT_ProgramExit: ...
when terminating. Applications that depend upon this behavior should be updated to reflect this change when upgrading to this release.-
An
NDB
table having both a foreign key on anotherNDB
table usingON DELETE CASCADE
and one or moreTEXT
orBLOB
columns leaked memory.As part of this fix,
ON DELETE CASCADE
is no longer supported for foreign keys onNDB
tables when the child table contains a column that uses any of theBLOB
orTEXT
types. (Bug #89511, Bug #27484882)