summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2004-09-14 18:17:03 +0200
committerunknown <mskold@mysql.com>2004-09-14 18:17:03 +0200
commit4a31ac3243502e7179884cecbf022f73fd80f76a (patch)
tree047899d7469c75bc93da8bff90d4ffc1fbbd4b4f /sql/ha_ndbcluster.h
parent447091f73eb8c75e2e0d7c6747609e94729b34f0 (diff)
parent1f63a793929c3b91e3838e31ffb57355b70d083d (diff)
downloadmariadb-git-4a31ac3243502e7179884cecbf022f73fd80f76a.tar.gz
Merge mskold@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1 ndb/src/ndbapi/Ndb.cpp: Auto merged ndb/src/ndbapi/NdbDictionary.cpp: Auto merged ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 7c00af6d5e6..a25d3e18310 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -107,6 +107,10 @@ class ha_ndbcluster: public handler
int read_range_first(const key_range *start_key,
const key_range *end_key,
bool eq_range, bool sorted);
+ int read_range_first_to_buf(const key_range *start_key,
+ const key_range *end_key,
+ bool eq_range, bool sorted,
+ byte* buf);
int read_range_next();
bool get_error_message(int error, String *buf);