summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-11-22 15:53:06 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-11-22 15:53:06 +0000
commit94c7e14c3b7195aae65683523f35719453b88308 (patch)
treec42d1688096e55619a87f5305fe1ee9ba2dbf85f /sql/ha_ndbcluster.h
parent1f63a25d97fe3368ab8f14d63395a10aad8ab767 (diff)
parentdc62c0cb6bc8ca2fddaffcce63a1ba9c05d6f974 (diff)
downloadmariadb-git-94c7e14c3b7195aae65683523f35719453b88308.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-mysqladmin sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 6b878681c05..f6c712620c1 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -160,7 +160,8 @@ class ha_ndbcluster: public handler
void release_metadata();
NDB_INDEX_TYPE get_index_type(uint idx_no) const;
NDB_INDEX_TYPE get_index_type_from_table(uint index_no) const;
-
+ int check_index_fields_not_null(uint index_no);
+
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();