diff --git a/ndb/include/ndbapi/Ndb.hpp b/ndb/include/ndbapi/Ndb.hpp index f70ad4d6544..049abf92d26 100644 --- a/ndb/include/ndbapi/Ndb.hpp +++ b/ndb/include/ndbapi/Ndb.hpp @@ -583,7 +583,8 @@ As noted previously, the application programmer can provide hints to the NDB API as to which transaction co-ordinator it should use. This is done by - providing a partition key (usually the primary key). + providing a table and partition key + (usually the primary key). By using the primary key as the partition key, the transaction will be placed on the node where the primary replica of that record resides.