Below is the list of changes that have just been committed into a local
5.1 repository of knielsen. When knielsen does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2189 06/03/20 09:35:56 knielsen@stripped +1 -0
Fix HPUX compilation.
sql/ha_ndbcluster.h
1.126 06/03/20 09:26:39 knielsen@stripped +1 -1
Fix HPUX compilation (copy-paste error I think).
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: knielsen
# Host: rt.int.sifira.dk
# Root: /usr/local/mysql/mysql-5.1-new
--- 1.125/sql/ha_ndbcluster.h 2006-03-14 15:27:13 +01:00
+++ 1.126/sql/ha_ndbcluster.h 2006-03-20 09:26:39 +01:00
@@ -761,7 +761,7 @@
int set_ndb_value(NdbOperation*, Field *field, uint fieldnr,
int row_offset= 0, bool *set_blob_value= 0);
int get_ndb_value(NdbOperation*, Field *field, uint fieldnr, byte*);
- int ha_ndbcluster::get_ndb_partition_id(NdbOperation *);
+ int get_ndb_partition_id(NdbOperation *);
friend int g_get_ndb_blobs_value(NdbBlob *ndb_blob, void *arg);
int get_ndb_blobs_value(NdbBlob *last_ndb_blob);
int set_primary_key(NdbOperation *op, const byte *key);
| Thread |
|---|
| • bk commit into 5.1 tree (knielsen:1.2189) | knielsen | 20 Mar |