summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <magnus@neptunus.(none)>2004-05-10 15:06:07 +0200
committerunknown <magnus@neptunus.(none)>2004-05-10 15:06:07 +0200
commitd6676b0f575b8ec1605fa3cf125b09b073b0a10c (patch)
tree0d71e76929ab093a751afd94dc84e6ef0407fd38 /sql/ha_ndbcluster.h
parent075eb33889a3193c6364d1edfa11e1d784fd3cb5 (diff)
parente6bec02e3de1aa7e5da4cc8ee5f6467eec47ebcc (diff)
downloadmariadb-git-d6676b0f575b8ec1605fa3cf125b09b073b0a10c.tar.gz
Merged ha_ndbcluster.cc
sql/ha_ndbcluster.h: Auto merged
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 8159910e082..35b62689924 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -152,6 +152,7 @@ class ha_ndbcluster: public handler
const char* get_unique_index_name(uint idx_no) const;
NDB_INDEX_TYPE get_index_type(uint idx_no) const;
NDB_INDEX_TYPE get_index_type_from_table(uint index_no) const;
+ int get_ndb_lock_type();
int pk_read(const byte *key, uint key_len,
byte *buf);
@@ -162,12 +163,10 @@ class ha_ndbcluster: public handler
bool sorted, byte* buf);
int full_table_scan(byte * buf);
int next_result(byte *buf);
-#if 0
+ int define_read_attrs(byte* buf, NdbOperation* op);
int filtered_scan(const byte *key, uint key_len,
byte *buf,
enum ha_rkey_function find_flag);
-#endif
-
void unpack_record(byte *buf);
void set_dbname(const char *pathname);
@@ -212,6 +211,7 @@ class ha_ndbcluster: public handler
ha_rows rows_to_insert;
ha_rows rows_inserted;
ha_rows bulk_insert_rows;
+ ha_rows ops_pending;
};
bool ndbcluster_init(void);