diff options
author | unknown <mskold@mysql.com> | 2005-07-05 10:01:27 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-07-05 10:01:27 +0200 |
commit | 78cfd95ee86397f06f485b320c21b1853b618697 (patch) | |
tree | 96f3bd7c1a44b2853e482fc250f35f9a2f34554d /sql/ha_ndbcluster.h | |
parent | c6c905f773d83b73f7e9ded2a2251fd3f7f04363 (diff) | |
parent | cc55b8c612b46c2a3ab082ea631460ddc79def98 (diff) | |
download | mariadb-git-78cfd95ee86397f06f485b320c21b1853b618697.tar.gz |
Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
sql/ha_ndbcluster.h:
Auto merged
sql/ha_ndbcluster.cc:
Merge
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index d20fafa458f..b75853dd5d0 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -551,7 +551,7 @@ private: int pk_read(const byte *key, uint key_len, byte *buf); int complemented_pk_read(const byte *old_data, byte *new_data); - int peek_row(); + int peek_row(const byte *record); int unique_index_read(const byte *key, uint key_len, byte *buf); int ordered_index_scan(const key_range *start_key, @@ -580,8 +580,7 @@ private: 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); - int set_primary_key(NdbOperation *op); - int set_primary_key_from_old_data(NdbOperation *op, const byte *old_data); + int set_primary_key_from_record(NdbOperation *op, const byte *old_data); int set_bounds(NdbIndexScanOperation*, const key_range *keys[2], uint= 0); int key_cmp(uint keynr, const byte * old_row, const byte * new_row); int set_index_key(NdbOperation *, const KEY *key_info, const byte *key_ptr); |