summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2004-09-20 21:03:09 +0200
committerunknown <mskold@mysql.com>2004-09-20 21:03:09 +0200
commit5b0a0807826121fafe965a40cdf3a7a2e197fa0f (patch)
tree172f2c32502a597f2c7f21ce9890b0b878c39387 /sql/ha_ndbcluster.h
parentf7613e9eca0e56dbeef3963f9245cd523cb3616a (diff)
downloadmariadb-git-5b0a0807826121fafe965a40cdf3a7a2e197fa0f.tar.gz
Added support for calculating index cadinality
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index a25d3e18310..cf7c91c4bbd 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -258,6 +258,7 @@ class ha_ndbcluster: public handler
uint32 blobs_buffer_size;
uint dupkey;
+ void set_rec_per_key();
void records_update();
void no_uncommitted_rows_execute_failure();
void no_uncommitted_rows_update(int);