diff options
author | unknown <stewart@willster.(none)> | 2006-06-28 22:47:25 +1000 |
---|---|---|
committer | unknown <stewart@willster.(none)> | 2006-06-28 22:47:25 +1000 |
commit | 9607b202c756bbd305515c1c422fd9e1ad73b4f6 (patch) | |
tree | 250f4261bfa0ad0c2e3541d8d8ab0c0538591678 /sql/ha_ndbcluster.h | |
parent | 842ae81df080d09fc6a0fd17f2291e868521eb34 (diff) | |
parent | da81451d518fc1db35e16ff62d701f87c2461242 (diff) | |
download | mariadb-git-9607b202c756bbd305515c1c422fd9e1ad73b4f6.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into mysql.com:/home/stewart/Documents/MySQL/5.1/bug20725
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.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); |