summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <knielsen@mysql.com>2006-03-20 09:35:56 +0100
committerunknown <knielsen@mysql.com>2006-03-20 09:35:56 +0100
commitf9dd31ca8ec96c2c315a9f8011d4f1ed5b73b0a4 (patch)
tree304fd9cddf10621524a5a765e446a65683d9edca /sql/ha_ndbcluster.h
parent0d446106c6c553498f64810d06993928ebf96783 (diff)
downloadmariadb-git-f9dd31ca8ec96c2c315a9f8011d4f1ed5b73b0a4.tar.gz
Fix HPUX compilation.
sql/ha_ndbcluster.h: Fix HPUX compilation (copy-paste error I think).
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index a1db9a363f9..fa867ea5774 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -761,7 +761,7 @@ private:
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);