summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authormskold/marty@mysql.com/linux.site <>2007-02-07 11:36:34 +0100
committermskold/marty@mysql.com/linux.site <>2007-02-07 11:36:34 +0100
commit2d0bd82a06ef744fb4a1b4bd7b974279437f6632 (patch)
treefdaacca593dda8e2077afd8aba9d36491637a5db /sql/ha_ndbcluster.h
parent259d3dce267c9a765ff8509267dafef83aa08979 (diff)
downloadmariadb-git-2d0bd82a06ef744fb4a1b4bd7b974279437f6632.tar.gz
NdbScanOperation.hpp, NdbScanOperation.cpp, ha_ndbcluster.cc:
bug#25821 Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound ha_ndbcluster.h: Removed stray mthod declaration
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index eeca67d506a..5d66a7920f9 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -661,7 +661,6 @@ private:
const NdbOperation *first,
const NdbOperation *last,
uint errcode);
- bool key_fields_not_in_write_set(THD *thd, const KEY* key_info);
int peek_indexed_rows(const byte *record, bool check_pk);
int unique_index_read(const byte *key, uint key_len,
byte *buf);