From 4630282b5119f320c3a64de11a52d5b3d3324434 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 Jan 2005 12:04:08 +0100 Subject: [PATCH] updated docs on hints --- ndb/include/ndbapi/Ndb.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.