------------------------------------------------------------
revno: 130
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: ndbjmerge
timestamp: Thu 2007-06-28 09:46:22 -0700
message:
Commented out NdbOperation.setPartitionHash since it's not in -telco. Will ifdef around
the problem later, I guess.
modified:
java/com/mysql/cluster/ndbj/NdbBaseOperationImpl.java
ndboperationimpl.jav-20070517181935-98huwjarzuh25b30-20
swig/NdbOperation.i ndboperation.i-20070228021421-qkr4cbpxymyqdrf3-3
=== modified file 'java/com/mysql/cluster/ndbj/NdbBaseOperationImpl.java'
--- a/java/com/mysql/cluster/ndbj/NdbBaseOperationImpl.java 2007-05-23 01:05:32 +0000
+++ b/java/com/mysql/cluster/ndbj/NdbBaseOperationImpl.java 2007-06-28 16:46:22 +0000
@@ -840,10 +840,11 @@
/**
* @param key
* @see com.mysql.cluster.ndbapi.NdbOperation#setPartitionHash(long)
- */
+ *
+ Commented out because of a telco branch divergence
public void setPartitionHash(long key) {
opRef.setPartitionHash(key);
- }
+ }*/
/**
* @param id
=== modified file 'swig/NdbOperation.i'
--- a/swig/NdbOperation.i 2007-05-25 00:08:44 +0000
+++ b/swig/NdbOperation.i 2007-06-28 16:46:22 +0000
@@ -188,7 +188,7 @@
const char* getTableName() const;
void setPartitionId(Uint32 id);
- void setPartitionHash(Uint32 key);
+// void setPartitionHash(Uint32 key);
// void setPartitionHash(const Uint64 *, Uint32 len);
Uint32 getPartitionId() const;
| Thread |
|---|
| • Rev 130: Commented out NdbOperation.setPartitionHash since it's not in -telco. Will ifdef around the problem later, I guess. in http://bazaar.launchp... | Monty Taylor | 28 Jun |