diff options
author | serg@janus.mylan <> | 2007-02-21 11:36:23 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-02-21 11:36:23 +0100 |
commit | 689eed7406fbf305b8a3120ad2094fe4ee4e5a0b (patch) | |
tree | 8baa0ee731a4b567ed44cf3227cdb9a926354ef6 /sql/ha_ndbcluster.h | |
parent | 4a8c734fb1581d7d06240b6a270e81c7121f08b0 (diff) | |
parent | 3dafdf7de257f6a24c489eff9dd7416ad54c7d26 (diff) | |
download | mariadb-git-689eed7406fbf305b8a3120ad2094fe4ee4e5a0b.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into janus.mylan:/usr/home/serg/Abk/mysql-5.1
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 63665fde0f8..6cc0e423f2f 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -642,8 +642,6 @@ class ha_ndbcluster: public handler int index_end(); int index_read(byte *buf, const byte *key, uint key_len, enum ha_rkey_function find_flag); - int index_read_idx(byte *buf, uint index, const byte *key, uint key_len, - enum ha_rkey_function find_flag); int index_next(byte *buf); int index_prev(byte *buf); int index_first(byte *buf); |