diff options
author | stewart@willster.(none) <> | 2006-06-28 22:47:25 +1000 |
---|---|---|
committer | stewart@willster.(none) <> | 2006-06-28 22:47:25 +1000 |
commit | 1cc537d9fddb599c1641ec60b9e9d1d40b3cd1c5 (patch) | |
tree | 250f4261bfa0ad0c2e3541d8d8ab0c0538591678 /sql/ha_ndbcluster.h | |
parent | c19578fbfda529606f9180b2e6bfd4579d831955 (diff) | |
parent | bd54e6769b6c40617323f182c7b53b958520c7cf (diff) | |
download | mariadb-git-1cc537d9fddb599c1641ec60b9e9d1d40b3cd1c5.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into mysql.com:/home/stewart/Documents/MySQL/5.1/bug20725
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 9dc9ee79755..5e13a6664f0 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -622,6 +622,7 @@ class ha_ndbcluster: public handler int read_multi_range_next(KEY_MULTI_RANGE **found_range_p); bool get_error_message(int error, String *buf); + ha_rows records(); void info(uint); void get_dynamic_partition_info(PARTITION_INFO *stat_info, uint part_id); int extra(enum ha_extra_function operation); |